<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Kanghari</title>
	<link>http://kanghari.net</link>
	<description>Belajar Hidup, Belajar Peduli, Newbie dan akan selalu Newbie</description>
	<lastBuildDate>Fri, 19 Dec 2008 03:40:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Network Monitoring, Traffic  With TCPTRACK Centos Or Redhat</title>
		<description>For Network Monitoring, Traffic  With TCPTRACK Centos Or Redhat following this step
1. Before install tcptrack, install libcap, libcap-devel with yum
2. Download TCPTRACL in http://www.rhythm.cx/~steve/devel/tcptrack/release/1.2.0/source/tcptrack-1.2.0-1.src.rpm
3. rpm -ivh  tcptrack-1.2.0-1.src.rpm
 </description>
		<link>http://kanghari.net/2008/12/19/network-monitoring-traffic-with-tcptrack-centos-or-redhat/</link>
			</item>
	<item>
		<title>Limit access phpmyadmin with htaccess and IP</title>
		<description>Following this step
1. Add script in file httpd.conf, like this:

&#60;Directory "/var/www/html/phpmyadmin"&#62;
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
Authname Protected
AuthType Basic
AuthUserFile "/var/www/html/phpmyadmin/.htpasswd"
require user user
&#60;/Directory&#62;
 </description>
		<link>http://kanghari.net/2008/12/17/limit-access-phpmyadmin-with-htaccess-and-ip/</link>
			</item>
	<item>
		<title>How to create services in Centos</title>
		<description>
 

Following this step
1. create file with your editor, example
nano /etc/init.d/tesme
In file tesme
#/bin/sh
Tesss xxxx
Quit and save
 </description>
		<link>http://kanghari.net/2008/12/16/how-to-create-services-in-centos/</link>
			</item>
	<item>
		<title>How to resolv ERROR 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key</title>
		<description>For error 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key followinf this step:
1. login to mysql or phpmyadmin
2. Select database
3. run this command "alter table daftar add no_id smallint unsigned auto_increment, add key(no_id);"
 </description>
		<link>http://kanghari.net/2008/12/04/how-to-resolv-error-1075-incorrect-table-definition-there-can-only-be-one-auto-column-and-it-must-be-defined-as-a-key/</link>
			</item>
</channel>
</rss>
