<?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>Hanh_bk&#039;s Blog!!!</title>
	<atom:link href="http://hanhpro.net/feed" rel="self" type="application/rss+xml" />
	<link>http://hanhpro.net</link>
	<description>Notes in IT.</description>
	<lastBuildDate>Mon, 17 May 2010 16:41:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hướng dẫn build LAMP Server: Setup CentOS 5.4</title>
		<link>http://hanhpro.net/2010/05/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-build-lamp-server-setup-centos-5-4.aspx</link>
		<comments>http://hanhpro.net/2010/05/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-build-lamp-server-setup-centos-5-4.aspx#comments</comments>
		<pubDate>Mon, 17 May 2010 16:40:13 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=133</guid>
		<description><![CDATA[Quy trình cài đặt CentOS khá đơn giản, tôi không đi sâu vấn đề này, chỉ cần các bạn chú ý là: khi cài chúng ta sẽ chọn cài theo kiểu customize và không chọn bất kỳ nhóm nào ngoại trừ 2 nhóm gói là Base và Editor. Trong quá trình cài tôi sẽ chọn [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2010/05/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-build-lamp-server-setup-centos-5-4.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hướng dẫn tự build một LAMP server một cách “mỳ ăn liền”.</title>
		<link>http://hanhpro.net/2010/05/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-t%e1%bb%b1-build-m%e1%bb%99t-lamp-server-m%e1%bb%99t-cach-%e2%80%9cm%e1%bb%b3-an-li%e1%bb%81n%e2%80%9d.aspx</link>
		<comments>http://hanhpro.net/2010/05/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-t%e1%bb%b1-build-m%e1%bb%99t-lamp-server-m%e1%bb%99t-cach-%e2%80%9cm%e1%bb%b3-an-li%e1%bb%81n%e2%80%9d.aspx#comments</comments>
		<pubDate>Mon, 17 May 2010 16:26:01 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=129</guid>
		<description><![CDATA[LAMP &#8211; Linux, Apache, MySQL và PHP là một máy chủ cung cấp tài nguyên mà hầu hết ai làm trong lĩnh vực thiết kế website đều biết. Từ trước đến nay để có thể thể cài đặt thành công máy chủ này sẽ tốn rất nhiều công sức và thời gian, đặc biệt nếu [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2010/05/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-t%e1%bb%b1-build-m%e1%bb%99t-lamp-server-m%e1%bb%99t-cach-%e2%80%9cm%e1%bb%b3-an-li%e1%bb%81n%e2%80%9d.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Các lệnh cơ bản của MySQL P4</title>
		<link>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p4.aspx</link>
		<comments>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p4.aspx#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:12:50 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=126</guid>
		<description><![CDATA[Load a CSV file into a table. mysql&#62; LOAD DATA INFILE &#8216;/tmp/filename.csv&#8217; replace INTO TABLE [table name] FIELDS TERMINATED BY &#8216;,&#8217; LINES TERMINATED BY &#8216;\n&#8217; (field1,field2,field3); Dump all databases for backup. Backup file is sql commands to recreate all db&#8217;s. # [mysql dir]/bin/mysqldump -u root -ppassword &#8211;opt &#62;/tmp/alldatabases.sql Dump one database for backup. # [mysql [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p4.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Các lệnh cơ bản của MySQL P3</title>
		<link>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p3.aspx</link>
		<comments>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p3.aspx#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:11:09 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=123</guid>
		<description><![CDATA[Join tables on common columns. mysql&#62; select lookup.illustrationid, lookup.personid,person.birthday from lookup left join person on lookup.personid=person.personid=statement to join birthday in person table with primary illustration id; Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs. # mysql -u root -p mysql&#62; use mysql; mysql&#62; INSERT INTO user [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p3.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Các lệnh cơ bản của MySQL P2.</title>
		<link>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p2.aspx</link>
		<comments>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p2.aspx#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:09:57 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=121</guid>
		<description><![CDATA[Show all records containing the name &#8220;Bob&#8221; AND the phone number &#8217;3444444&#8242;. mysql&#62; SELECT * FROM [table name] WHERE name = &#8220;Bob&#8221; AND phone_number = &#8217;3444444&#8242;; Show all records not containing the name &#8220;Bob&#8221; AND the phone number &#8217;3444444&#8242; order by the phone_number field. mysql&#62; SELECT * FROM [table name] WHERE name != &#8220;Bob&#8221; AND [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql-p2.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Các lệnh cơ bản của MySQL.</title>
		<link>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql.aspx</link>
		<comments>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql.aspx#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:07:18 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=118</guid>
		<description><![CDATA[Đây là những cái cóp nhặt được và những cái hay gặp trong quá trình làm việc, ghi lại để tiện theo dõi: To login (from unix shell) use -h only if needed. # [mysql dir]/bin/mysql -h hostname -u root -p Create a database on the sql server. mysql&#62; create database [databasename]; List all databases [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2010/03/cac-l%e1%bb%87nh-c%c6%a1-b%e1%ba%a3n-c%e1%bb%a7a-mysql.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Các lệnh xem thông tin phần cứng trên Linux</title>
		<link>http://hanhpro.net/2009/12/cac-l%e1%bb%87nh-xem-thong-tin-ph%e1%ba%a7n-c%e1%bb%a9ng-tren-linux.aspx</link>
		<comments>http://hanhpro.net/2009/12/cac-l%e1%bb%87nh-xem-thong-tin-ph%e1%ba%a7n-c%e1%bb%a9ng-tren-linux.aspx#comments</comments>
		<pubDate>Sat, 26 Dec 2009 07:58:08 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=116</guid>
		<description><![CDATA[Trên windows chúng ta quá đơn giản để xem các thông tin phần cứng nhờ có các công cụ hỗ trợ như  CPUID, Everest&#8230; Nhưng trên Linux chúng ta cần xem thì như thế nào, sau đây là những lệnh mà thường hay được dùng để xem các thông tin như thế. Đầu tiên là [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2009/12/cac-l%e1%bb%87nh-xem-thong-tin-ph%e1%ba%a7n-c%e1%bb%a9ng-tren-linux.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cài đặt DNS Sever &#8211; BIND9 trên CentOS.</title>
		<link>http://hanhpro.net/2009/12/cai-d%e1%ba%b7t-dns-sever-bind9-tren-centos.aspx</link>
		<comments>http://hanhpro.net/2009/12/cai-d%e1%ba%b7t-dns-sever-bind9-tren-centos.aspx#comments</comments>
		<pubDate>Sat, 05 Dec 2009 07:05:48 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[BIND9]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=108</guid>
		<description><![CDATA[DNS server có thể nói là một dịch vụ xương sống của hệ thống mạng, nếu không có DNS thì có lẽ chiếm quá nửa số lượng trang web trên thế giới không thể vào được. Hiện nay có rất nhiều phần mềm cho phép chúng ta xây dựng một DNS server như trên windows [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2009/12/cai-d%e1%ba%b7t-dns-sever-bind9-tren-centos.aspx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gõ tiếng Việt trên Ubuntu 9.04 thật đơn giản với Scim-Unikey.</title>
		<link>http://hanhpro.net/2009/10/go-ti%e1%ba%bfng-vi%e1%bb%87t-tren-ubuntu-9-04-th%e1%ba%adt-d%c6%a1n-gi%e1%ba%a3n-v%e1%bb%9bi-scim-unikey.aspx</link>
		<comments>http://hanhpro.net/2009/10/go-ti%e1%ba%bfng-vi%e1%bb%87t-tren-ubuntu-9-04-th%e1%ba%adt-d%c6%a1n-gi%e1%ba%a3n-v%e1%bb%9bi-scim-unikey.aspx#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:25:35 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[go tieng viet]]></category>
		<category><![CDATA[Scim]]></category>
		<category><![CDATA[Scim-Unikey]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Unikey]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=105</guid>
		<description><![CDATA[Hiện có nhiều bộ gõ tiếng Việt cho Ubuntu, nhưng theo tôi thì chúng ta nên dùng bộ gõ Scim-Unikey, đây là sự kết hợp giữa Scim và Unikey đuợc ubuntu-vn phát triển và hỗ trợ. Nó thừa hưởngCác bạn có thể download file tự chạy .deb tại http://code.google.com/p/scim-unikey/ chọn version cho phiên bản Ubuntu [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2009/10/go-ti%e1%ba%bfng-vi%e1%bb%87t-tren-ubuntu-9-04-th%e1%ba%adt-d%c6%a1n-gi%e1%ba%a3n-v%e1%bb%9bi-scim-unikey.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cài đặt proFTPd trên CentOS</title>
		<link>http://hanhpro.net/2009/09/cai-d%e1%ba%b7t-proftpd-tren-centos.aspx</link>
		<comments>http://hanhpro.net/2009/09/cai-d%e1%ba%b7t-proftpd-tren-centos.aspx#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:49:56 +0000</pubDate>
		<dc:creator>hanh_bk</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://hanhpro.com/?p=103</guid>
		<description><![CDATA[ProFTPd là một FTP server khá mạnh và đơn giản trong cài đặt cũng như cấu hình, được rất nhiều máy chủ dùng. Trong bài này tôi sẽ hướng dẫn cài đặt ProFTPd từ source trên nền tảng CentOS và dùng user chung với user hệ thống. Trước tiên ta cần chắc chắn rằng không [...]]]></description>
		<wfw:commentRss>http://hanhpro.net/2009/09/cai-d%e1%ba%b7t-proftpd-tren-centos.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
