<?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>Niki Nuryadin</title>
	<atom:link href="http://nikinuryadin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nikinuryadin.wordpress.com</link>
	<description>Let's sharing IT knowledge</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:02:30 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nikinuryadin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Niki Nuryadin</title>
		<link>http://nikinuryadin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nikinuryadin.wordpress.com/osd.xml" title="Niki Nuryadin" />
	<atom:link rel='hub' href='http://nikinuryadin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ssh without password</title>
		<link>http://nikinuryadin.wordpress.com/2011/09/20/ssh-without-password/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/09/20/ssh-without-password/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 04:17:56 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=135</guid>
		<description><![CDATA[ServerA dan ServerB keduanya menjalankan ssh daemon. 1. Mengijinkan ServerA meremote SSH ke ServerB tanpa password:     # ssh-keygen -t rsa Perintah diatas akan menghasilkan dua file id_rsa.pub dan id_rsa 2. Salin/copy file id_rsa.pub ke ServerB :     #scp ~/.ssh/id_rsa.pub server.ip.address:.ssh/authorized_keys Pastikan folder .ssh/authorized_keys ada Masukkan password jika diminta. 4. Coba ssh ke ServerB dari ServerA [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=135&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ServerA dan ServerB keduanya menjalankan ssh daemon.</p>
<p>1. Mengijinkan ServerA meremote SSH ke ServerB tanpa password:<br />
<em>    # ssh-keygen -t rsa</em><br />
Perintah diatas akan menghasilkan dua file id_rsa.pub dan id_rsa</p>
<p>2. Salin/copy file id_rsa.pub ke ServerB :<br />
<em>    #scp ~/.ssh/id_rsa.pub<span style="color:#ff0000;"> <em>server.ip.address</em></span>:.ssh/authorized_keys</em><br />
Pastikan folder .ssh/authorized_keys ada<br />
Masukkan password jika diminta.</p>
<p>4. Coba ssh ke ServerB dari ServerA tanpa password:<br />
<em>    # ssh serverB uname -a</em><br />
Perintah diatas akan menjalakan “uname -a” di ServerB dan hasilnya ditampilkan ke ServerA.</p>
<p>Prosedur yang sama bisa di terapkan juga di ServerB, dimana ServerB me-SSH ServerA tanpa password.</p>
<p>Bila serverB menolak koneksi, remove terlebih dahulu  keygen yg ada:</p>
<p><em>   #ssh-keygen -R {<span style="color:#ff0000;">ssh.server.ip.address</span>}</em></p>
<p>Atau</p>
<p>#<em>ssh-keygen -f &#8220;/root/.ssh/known_hosts&#8221; -R  serverB.ip.address</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=135&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/09/20/ssh-without-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysqld.sock&#8217; (2)</title>
		<link>http://nikinuryadin.wordpress.com/2011/09/17/cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock-2/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/09/17/cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock-2/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 16:51:10 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Tip & Trik]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=137</guid>
		<description><![CDATA[1. Create the directory (if it doesn’t already exist). #sudo mkdir /var/run/mysqld/ 2. Create the file by “touching” #sudo touch /var/run/mysqld/mysqld.sock 3. Set the ownership of the mysqld.sock file and folder to mysql. #sudo chown -R mysql /var/run/mysqld/ 4. Start mysql: /etc/init.d/mysql restart If this solution isn&#8217;t work then you have to look at  my.cnf  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=137&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Create the directory (if it doesn’t already exist).<br />
#sudo mkdir /var/run/mysqld/</p>
<p>2. Create the file by “touching”<br />
#sudo touch /var/run/mysqld/mysqld.sock</p>
<p>3. Set the ownership of the mysqld.sock file and folder to mysql.<br />
#sudo chown -R mysql /var/run/mysqld/</p>
<p>4. Start mysql:<br />
/etc/init.d/mysql restart</p>
<p>If this solution isn&#8217;t work then you have to look at  my.cnf  file which it can make you confused. Replacing my.cnf with original one  is better.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=137&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/09/17/cant-connect-to-local-mysql-server-through-socket-varrunmysqldmysqld-sock-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Tip</title>
		<link>http://nikinuryadin.wordpress.com/2011/08/26/mysql-tip/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/08/26/mysql-tip/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 01:25:47 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=128</guid>
		<description><![CDATA[Auto repair, check and optimize all the tables in all databases running on a MySQL server: mysqlcheck -u root -p &#8211;auto-repair &#8211;check &#8211;optimize &#8211;all-databases Synchronizing MySQL Database Syncronize local database with remote one: ssh user@www.my_domain.com &#8220;mysqldump -u my_remote_db_username &#8211;password=my_remote_db_password my_remote_db_name&#8221; &#124; mysql -u my_local_db_username &#8211;password=my_local_db_password &#8211;host=localhost -C my_local_db_name Syncronize remote database with local one: mysqldump [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=128&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Auto repair, check and optimize all the tables in all databases running on a MySQL server:</p>
<p><em>mysqlcheck -u root -p &#8211;auto-repair &#8211;check &#8211;optimize &#8211;all-databases</em></p>
<p>Synchronizing MySQL Database</p>
<p>Syncronize local database with remote one:<br />
<em>ssh user@www.my_domain.com &#8220;mysqldump -u my_remote_db_username &#8211;password=my_remote_db_password my_remote_db_name&#8221;</em><br />
<em> | mysql -u my_local_db_username &#8211;password=my_local_db_password &#8211;host=localhost -C my_local_db_name</em></p>
<p>Syncronize remote database with local one:<br />
<em>mysqldump -u my_local_db_username &#8211;password=my_local_db_password &#8211;host=localhost -C my_local_db_name | ssh user@www.my_domain.com &#8220;mysql -u my_remote_db_username &#8211;password=my_remote_db_password my_remote_db_name&#8221;</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=128&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/08/26/mysql-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Konfirm ok/cancel  link PHP dengan javascript</title>
		<link>http://nikinuryadin.wordpress.com/2011/06/10/konfirm-okcancel-link-php-dengan-javascript/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/06/10/konfirm-okcancel-link-php-dengan-javascript/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 10:35:14 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=126</guid>
		<description><![CDATA[&#60;a href=&#34;linkpage.php?id=&#8221; onclick=&#8221;javascript:return confirm(&#8216;Delete data ini?&#8217;)&#8221;&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=126&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;a href=&quot;linkpage.php?id=&#8221; onclick=&#8221;javascript:return confirm(&#8216;Delete data ini?&#8217;)&#8221;&gt;<img src="delete.png" alt="" border="0" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=126&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/06/10/konfirm-okcancel-link-php-dengan-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Solution ./start_navicat returns bash error in Linux</title>
		<link>http://nikinuryadin.wordpress.com/2011/06/09/solution-start_navicat-returns-bash-error-in-linux/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/06/09/solution-start_navicat-returns-bash-error-in-linux/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 02:50:43 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=117</guid>
		<description><![CDATA[Running start_navicat script returns bash error: ./start_navicat: 10: arithmetic expression: expecting EOF: &#8220;2*100+13 2&#8243; Solution: Replace the 10th line of the start_navicat script with MINOR=`echo $VERSION_STR &#124; cut -d. -f2 &#124; cut -d&#8221; &#8221; -f1`<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=117&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Running start_navicat script returns bash error:<br />
./start_navicat: 10: arithmetic expression: expecting EOF: &#8220;2*100+13 2&#8243;</p>
<p>Solution:<br />
Replace the 10th line of the start_navicat script with MINOR=`echo $VERSION_STR | cut -d. -f2 | cut -d&#8221; &#8221;  -f1`</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=117&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/06/09/solution-start_navicat-returns-bash-error-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip: locales (perl) warning messages</title>
		<link>http://nikinuryadin.wordpress.com/2011/04/14/tip-locales-perl-warning-messages/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/04/14/tip-locales-perl-warning-messages/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 02:31:49 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=115</guid>
		<description><![CDATA[Error message: can&#8217;t set the locale; make sure $LC_* and $LANG are correct or perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = &#8220;en_US.UTF-8&#8243; are supported and installed on your system. perl: warning: Falling back to the standard locale (&#8220;C&#8221;). locale: Cannot set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=115&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Error message:</p>
<p><span style="color:#ff0000;">can&#8217;t set the locale; make sure $LC_* and $LANG are correct</span></p>
<p>or</p>
<p><span style="color:#ff0000;">perl: warning: Setting locale failed.</span><br />
<span style="color:#ff0000;">perl: warning: Please check that your locale settings:</span><br />
<span style="color:#ff0000;">LANGUAGE = (unset),</span><br />
<span style="color:#ff0000;">LC_ALL = (unset),</span><br />
<span style="color:#ff0000;">LANG = &#8220;en_US.UTF-8&#8243;</span><br />
<span style="color:#ff0000;">are supported and installed on your system.</span><br />
<span style="color:#ff0000;">perl: warning: Falling back to the standard locale (&#8220;C&#8221;).</span><br />
<span style="color:#ff0000;">locale: Cannot set LC_CTYPE to default locale: No such file or directory</span><br />
<span style="color:#ff0000;">locale: Cannot set LC_MESSAGES to default locale: No such file or directory</span><br />
<span style="color:#ff0000;">locale: Cannot set LC_ALL to default locale: No such file or directory</span></p>
<p><strong>Solution 1:</strong></p>
<p><em>#apt-get update</em></p>
<p><em>#apt-get install belocs-locales-bin belocs-locales-data</em></p>
<p>Edit file locale.gen:</p>
<p><em># nano /etc/locale.gen</em></p>
<p>Selected (un-commented) at least one of the locales</p>
<p><em>&#8230;&#8230;..</em><br />
<em>&#8230;&#8230;..</em><br />
<em># en_US ISO-8859-1</em><br />
<em># en_US.ISO-8859-15 ISO-8859-15</em><br />
<em><span style="color:#ff0000;">en_US.UTF-8 UTF-8</span></em><br />
<em># en_ZA ISO-8859-1</em><br />
<em># en_ZA.UTF-8 UTF-8</em><br />
<em>&#8230;&#8230;&#8230;.</em><br />
<em>&#8230;&#8230;&#8230;.</em></p>
<p>Save dan quit.</p>
<p><em># locale-gen</em></p>
<p><em>Generating locales&#8230;</em><br />
<em>en_US.UTF-8&#8230; done</em><br />
<em>Generation complete</em></p>
<p><strong>Solution 2:</strong></p>
<p><em>#apt-get update</em><br />
<em>#apt-get install locales</em><br />
<em>#dpkg-reconfigure locales</em></p>
<p>Configure locales: Select <strong>en_US.UTF-8.</strong></p>
<p><img src="http://linux.koolsolutions.com/wp-content/uploads/2009/02/locales-300x200.png" alt="Configure locales" /></p>
<p>locales en_US.UTF-8</p>
<p><img src="http://linux.koolsolutions.com/wp-content/uploads/2009/02/locales1-300x200.png" alt="locales en_US.UTF-8" /></p>
<p>Generating locales (this might take a while)&#8230;<br />
en_US.UTF-8&#8230; done<br />
Generation complete.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=115&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/04/14/tip-locales-perl-warning-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>

		<media:content url="http://linux.koolsolutions.com/wp-content/uploads/2009/02/locales-300x200.png" medium="image">
			<media:title type="html">Configure locales</media:title>
		</media:content>

		<media:content url="http://linux.koolsolutions.com/wp-content/uploads/2009/02/locales1-300x200.png" medium="image">
			<media:title type="html">locales en_US.UTF-8</media:title>
		</media:content>
	</item>
		<item>
		<title>Error 403 Forbidden at Apache web server</title>
		<link>http://nikinuryadin.wordpress.com/2011/01/20/error-403-forbidden-at-apache-web-server/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/01/20/error-403-forbidden-at-apache-web-server/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 02:03:20 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=111</guid>
		<description><![CDATA[Forbidden You don&#8217;t have permission to access / on this server. Solution: Step 1. Find where web server locate document root files in httpd.conf file. ( /etc/apache2/httpd.conf in Debian Linux) Step 2. Make new file index.html. Write this code: &#60;html&#62;&#60;body&#62;&#60;h1&#62;It works!&#60;/h1&#62;&#60;/body&#62;&#60;/html&#62; then save in document root folder. (/var/www is default document root in Debian Linux) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=111&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Forbidden</h1>
<p>You don&#8217;t have permission to access / on this server.</p>
<p>Solution:</p>
<p>Step 1. Find where web server locate document root files in <strong>httpd.conf</strong> file. ( <strong>/etc/apache2/httpd.conf</strong> in Debian Linux)</p>
<p>Step 2. Make new file index.html. Write this code:</p>
<p><span style="color:#0000ff;">&lt;html&gt;&lt;body&gt;&lt;h1&gt;It works!&lt;/h1&gt;&lt;/body&gt;&lt;/html&gt;</span></p>
<p>then save in document root folder. (<strong>/var/www </strong>is default document root in Debian Linux)</p>
<p>The end.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=111&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/01/20/error-403-forbidden-at-apache-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Uninstall xampp at Debian Linux</title>
		<link>http://nikinuryadin.wordpress.com/2011/01/19/uninstall-xampp-at-debian-linux/</link>
		<comments>http://nikinuryadin.wordpress.com/2011/01/19/uninstall-xampp-at-debian-linux/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 06:42:51 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=104</guid>
		<description><![CDATA[Step 1. Stopping XAMPP To stop XAMPP call this command: #/opt/lampp/lampp stop You should now see: Stopping LAMPP 1.7.3a&#8230; LAMPP: Stopping Apache&#8230; LAMPP: Stopping MySQL&#8230; LAMPP stopped. And XAMPP for Linux is stopped. Step2. To uninstall XAMPP just type in this command: rm -rf /opt/lampp The end.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=104&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Step 1. Stopping XAMPP</p>
<p>To stop XAMPP call this command:<br />
#/opt/lampp/lampp stop</p>
<p>You should now see:</p>
<p>Stopping LAMPP 1.7.3a&#8230;<br />
LAMPP: Stopping Apache&#8230;<br />
LAMPP: Stopping MySQL&#8230;<br />
LAMPP stopped.</p>
<p>And XAMPP for Linux is stopped.</p>
<p>Step2. To uninstall XAMPP just type in this command:<br />
rm -rf /opt/lampp</p>
<p>The end. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=104&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2011/01/19/uninstall-xampp-at-debian-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Kumpulan Javascript PHP</title>
		<link>http://nikinuryadin.wordpress.com/2010/12/16/kumpulan-javascript-php/</link>
		<comments>http://nikinuryadin.wordpress.com/2010/12/16/kumpulan-javascript-php/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 08:14:41 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=99</guid>
		<description><![CDATA[Entered value from child window to parent window Kode di &#8216;Parent window&#8217;: &#60;form method=&#8221;post&#8221; action=&#8221;" name=&#8221;f1&#8243;&#62;&#60;table width=&#8221;250&#8243; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243;&#62;  &#60;tr&#62;&#60;td&#62;&#60;input type=&#8221;text&#8221; name=&#8221;a_name&#8221; size=&#8221;50&#8243;&#62;&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;&#60;/form&#62; Kode di &#8216;child window&#8217;: &#60;?php if ($_POST[submit]){ echo &#8220;&#60;script language=\&#8221;javascript\&#8221;&#62; window.opener.document.f1.a_name.value=\&#8221;$_POST[b_name]\&#8221;;          self.close();  &#60;/script&#62;&#8221;;} ?&#62; &#60;form name=&#8221;frm&#8221; method=post action=&#8221;&#62;&#60;table border=&#8221;0&#8243; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; width=&#8221;200&#8243;&#62;&#60;tr&#62;&#60;td &#62;&#60;input type=&#8221;text&#8221; name=&#8221;b_name&#8221; size=&#8221;40&#8243; value=&#8221;text&#8221; &#62;     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=99&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:15px;font-weight:bold;">Entered value from child window to parent window</span></p>
<p>Kode di &#8216;Parent window&#8217;:<br />
<span style="color:#ff0000;"><em>&lt;form method=&#8221;post&#8221; action=&#8221;" name=&#8221;f1&#8243;&gt;&lt;table width=&#8221;250&#8243; border=&#8221;0&#8243; cellspacing=&#8221;1&#8243;&gt;  &lt;tr&gt;&lt;td&gt;&lt;input type=&#8221;text&#8221; name=&#8221;a_name&#8221; size=&#8221;50&#8243;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/form&gt;</em></span></p>
<p>Kode di &#8216;child window&#8217;:<br />
<span style="color:#ff0000;"><em>&lt;?php</em></span><br />
<span style="color:#ff0000;"><em>if ($_POST[submit]){ echo &#8220;&lt;script language=\&#8221;javascript\&#8221;&gt; window.opener.document.f1.a_name.value=\&#8221;$_POST[b_name]\&#8221;;          self.close();  &lt;/script&gt;&#8221;;}</em></span><br />
<span style="color:#ff0000;"><em>?&gt;</em></span><br />
<span style="color:#ff0000;"><em>&lt;form name=&#8221;frm&#8221; method=post action=&#8221;&gt;&lt;table border=&#8221;0&#8243; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; width=&#8221;200&#8243;&gt;&lt;tr&gt;&lt;td &gt;&lt;input type=&#8221;text&#8221; name=&#8221;b_name&#8221; size=&#8221;40&#8243; value=&#8221;text&#8221; &gt;          &lt;input type=&#8221;submit&#8221; value=&#8221;Submit&#8221; name=&#8221;submit&#8221; &gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/form&gt;</em></span></p>
<p>&nbsp;</p>
<p><strong><strong>Refreshing parent window</strong> from child window :</strong><br />
Kode di &#8216;child window&#8217;:<br />
<span style="color:#ff0000;"><em>echo &#8220;&lt;script language=\&#8221;javascript\&#8221;&gt;window.opener.location.href=\&#8221;parent_window.php\&#8221;; self.close();&lt;/script&gt;&#8221;;<br />
</em></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=99&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2010/12/16/kumpulan-javascript-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
		<item>
		<title>Error “There are no public key available for the following key IDs” on Debian and Ubuntu</title>
		<link>http://nikinuryadin.wordpress.com/2010/11/11/memperbaiki-error-%e2%80%9cthere-are-no-public-key-available-for-the-following-key-ids%e2%80%9d-pada-debian/</link>
		<comments>http://nikinuryadin.wordpress.com/2010/11/11/memperbaiki-error-%e2%80%9cthere-are-no-public-key-available-for-the-following-key-ids%e2%80%9d-pada-debian/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 03:39:57 +0000</pubDate>
		<dc:creator>Niki Nuryadin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nikinuryadin.wordpress.com/?p=94</guid>
		<description><![CDATA[Error : # apt-get update &#8230;&#8230; Fetched 5562B in 13s (421B/s) Reading package lists&#8230; Done W: There are no public key available for the following key IDs: A70DAF536070D3A1 W: You may want to run apt-get update to correct these problems # Solution on Debian: # apt-key update # gpg &#8211; -keyserver subkeys.pgp.net  - -recv-keys XXXXXXXX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=94&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Error :</p>
<p># apt-get update<br />
&#8230;&#8230;<br />
Fetched 5562B in 13s (421B/s)<br />
Reading package lists&#8230; Done<br />
W: There are no public key available for the following key IDs:<br />
A70DAF536070D3A1<br />
W: You may want to run apt-get update to correct these problems<br />
#</p>
<p>Solution on Debian:</p>
<p># apt-key update</p>
<p># gpg &#8211; -keyserver subkeys.pgp.net  - -recv-keys XXXXXXXX</p>
<p>XXXXXXXX = Last 8 digit Error of  Key number</p>
<p>#gpg &#8211; -armor &#8211; -export XXXXXXXX | apt-key add -</p>
<p>On Ubuntu:</p>
<p>#apt-key adv &#8211;recv-key &#8211;keyserver keyserver.ubuntu.com <span style="text-decoration:underline;">Error of  Key number</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikinuryadin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikinuryadin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nikinuryadin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nikinuryadin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikinuryadin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikinuryadin.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikinuryadin.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikinuryadin.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikinuryadin.wordpress.com&amp;blog=4140326&amp;post=94&amp;subd=nikinuryadin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nikinuryadin.wordpress.com/2010/11/11/memperbaiki-error-%e2%80%9cthere-are-no-public-key-available-for-the-following-key-ids%e2%80%9d-pada-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/226867d91d7e8ec1aa301a8b90fda305?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nikinuryadin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
