<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Malaysia Tech Talk</title>
	<link>http://warrence.com/tech</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 01 Oct 2009 04:14:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Testing Post from MarsEdit Offine Blog Editor</title>
		<description>This post is posted from MarsEdit Blog Editor. MarsEdit blog editor is a tools which will allow you to post from Mac without the need of accessing to your web blogging interface in browser. The best thing is you can write your post even when you are not connected to ...</description>
		<link>http://warrence.com/tech/?p=45</link>
			</item>
	<item>
		<title>[HowTo] set VPS Timezone</title>
		<description>First nuke the currently set timezone rm -rf /etc/localtime 2&#62;/dev/null; unlink /etc/localtime 2&#62;/dev/null Then, decide what timezone you want find /usr/share/zoneinfo/ &#124; more 
Once you know the filename representing your timezone, use ln as follows. In this example, I will set the VPS to EST, my favorite timezone.


ln -s /usr/share/zoneinfo/EST ...</description>
		<link>http://warrence.com/tech/?p=40</link>
			</item>
	<item>
		<title>[HowTo] Download from Premium Rapidshare in Linux Console</title>
		<description>The following method is using wget in Linux. First thing is to save the cookies for your premium account login to Rapidshare
wget--save-cookies ~/.cookies/rapidshare --post-data "login=USERNAME&#38;password=PASSWORD" -O - https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi &#62; /dev/null
Then you can start download Rapidshare content with the following line:
wget -c --load-cookies ~/.cookies/rapidshare &#60;Rapidshare file URL&#62; </description>
		<link>http://warrence.com/tech/?p=38</link>
			</item>
	<item>
		<title>[HowTo]Setup Zabbix Agent for Linux</title>
		<description>1. wget http://prdownloads.sourceforge.net/zabbix/zabbix-1.4.5.tar.gz?download

2. tar -vxzf zabbix-1.4.5.tar.gz

3. cd zabbix-1.4.5

4. ./configure --enable-agent --with-mysql --with-libcurl

5. make install

6. mkdir /etc/zabbix

7. cp misc/conf/zabbix_agentd.conf /etc/zabbix/

8. cp misc/init.d/redhat/8.0/zabbix_agentd /etc/init.d/

9. chmod +x /etc/init.d/zabbix_agentd

10. adduser zabbix

11. chkconfig zabbix_agentd on

12. Edit /etc/zabbix/zabbix_agentd.conf, set Server to your Zabbix Server ip/domain and Hostname to your agent hostname.

13. Edit /etc/init.d/zabbix_agentd, set progdir to ...</description>
		<link>http://warrence.com/tech/?p=36</link>
			</item>
	<item>
		<title>[HowTo] Install Network Driver for P5GC-MX Under Ubuntu</title>
		<description>I was installing Ubuntu on Asus P5GC-MX, the install process was flawlessness, however the onboard lan wasn't love my Ubuntu, it wont detect the onboard LAN adapter. Therefore, i dig around in internet and finally i found a solution as below:

	Download atl2-204tar and extract it
	tar -vxzf atl2-2.0.4.tar.bz
	cd atl2-2.0.4
	make
	sudo cp ./atl2.ko /lib/modules/`uname -r`/kernel/drivers/net
	sudo depmod ...</description>
		<link>http://warrence.com/tech/?p=33</link>
			</item>
	<item>
		<title>Little Tips for vsftpd</title>
		<description>Every time i setup a vsftpd server, i have to dig around in google to find the right syntax to be put in vsftpd.conf to enable jail users and use local server time, as many of us know that the syntax does not include in the default configuration file, so ...</description>
		<link>http://warrence.com/tech/?p=30</link>
			</item>
	<item>
		<title>HowTo: Install Zabbix Server &#038; Zabbix Agent</title>
		<description>Zabbix is a system which allow you to monitor multiple server within your local area network or even across Internet. It comes with a nice web front end which let you monitor many things that happen in the servers on your web browser, isn't great? Basically, it runs an application ...</description>
		<link>http://warrence.com/tech/?p=29</link>
			</item>
	<item>
		<title>HowTo: Mouse over music preview in Ubuntu</title>
		<description>I saw a clip in youtube few days back, a person showing off his Ubuntu with the features of mouse over music preview, which means by putting mouse cursor on top of the music file icon, it will start to play the song without the needs of playing the song ...</description>
		<link>http://warrence.com/tech/?p=27</link>
			</item>
	<item>
		<title>HowTo: CJK(Chinese, Japanese, Korean) in Wine Application</title>
		<description>If you are installing CJK(Chinese, Japanese, Koean) application in ordinary fresh installed wine, you will see a lots of funny character instead of the one of the CJK which is readable. Follow the guide below to get your CJK application display properly in wine. Tested on Ubuntu Feisty and Hardy.

1. ...</description>
		<link>http://warrence.com/tech/?p=26</link>
			</item>
	<item>
		<title>Sonork IM in Ubuntu using Wine</title>
		<description>The first time i install sonork IM using wine was last year but failed, it wont read the history record from data file when you open chat screen. When new message arrive i got the notification but when i open the chat screen it was empty, i can only see ...</description>
		<link>http://warrence.com/tech/?p=24</link>
			</item>
</channel>
</rss>
