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

<channel>
	<title>Malaysia Tech Talk</title>
	<atom:link href="http://warrence.com/tech/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://warrence.com/tech</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 01 Oct 2009 04:14:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Testing Post from MarsEdit Offine Blog Editor</title>
		<link>http://warrence.com/tech/?p=45</link>
		<comments>http://warrence.com/tech/?p=45#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:12:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blogging Tips]]></category>

		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://warrence.com/tech/?p=45</guid>
		<description><![CDATA[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 internet and post it whenever [...]]]></description>
			<content:encoded><![CDATA[<p>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 internet and post it whenever you connected to internet.</p>
<p>Below are some testing on Media upload:</p>
<p><center><img src="http://warrence.com/tech/wp-content/uploads/2009/09/soulz-warr.jpg" alt="soulz warr.jpg" border="0" width="200" /></center></p>
<p></p>
<p><span id="more-45"></span>test test test test test test test test test test test test test test test test test test test test test test</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D45';
  addthis_title  = 'Testing+Post+from+MarsEdit+Offine+Blog+Editor';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=45</wfw:commentRss>
		</item>
		<item>
		<title>[HowTo] set VPS Timezone</title>
		<link>http://warrence.com/tech/?p=40</link>
		<comments>http://warrence.com/tech/?p=40#comments</comments>
		<pubDate>Sun, 02 Nov 2008 13:51:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://warrence.com/tech/?p=40</guid>
		<description><![CDATA[
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 /etc/localtime


  addthis_url   [...]]]></description>
			<content:encoded><![CDATA[<dl>
<dt class="tightenable top">First nuke the currently set timezone </dt>
<dd class="tightenable"><strong>rm -rf /etc/localtime 2&gt;/dev/null; unlink /etc/localtime 2&gt;/dev/null</strong> </dd>
<dt class="tightenable">Then, decide what timezone you want </dt>
<dd class="tightenable"><strong>find /usr/share/zoneinfo/ | more</strong> </dd>
</dl>
<p class="tightenable">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.</p>
<blockquote class="tightenable">
<p class="tightenable top bottom"><strong>ln -s /usr/share/zoneinfo/EST /etc/localtime</strong></p>
</blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D40';
  addthis_title  = '%5BHowTo%5D+set+VPS+Timezone';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=40</wfw:commentRss>
		</item>
		<item>
		<title>[HowTo] Download from Premium Rapidshare in Linux Console</title>
		<link>http://warrence.com/tech/?p=38</link>
		<comments>http://warrence.com/tech/?p=38#comments</comments>
		<pubDate>Thu, 31 Jul 2008 05:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://warrence.com/tech/?p=38</guid>
		<description><![CDATA[The following method is using wget in Linux. First thing is to save the cookies for your premium account login to Rapidshare
wget&#8211;save-cookies ~/.cookies/rapidshare &#8211;post-data &#8220;login=USERNAME&#38;password=PASSWORD&#8221; -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 &#8211;load-cookies ~/.cookies/rapidshare &#60;Rapidshare file URL&#62;

  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D38';
  addthis_title [...]]]></description>
			<content:encoded><![CDATA[<p>The following method is using wget in Linux. First thing is to save the cookies for your premium account login to Rapidshare</p>
<blockquote><p>wget&#8211;save-cookies ~/.cookies/rapidshare &#8211;post-data &#8220;login=USERNAME&amp;password=PASSWORD&#8221; -O - <a href="https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi">https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi</a> &gt; /dev/null</p></blockquote>
<p>Then you can start download Rapidshare content with the following line:</p>
<blockquote><p>wget -c &#8211;load-cookies ~/.cookies/rapidshare &lt;Rapidshare file URL&gt;</p></blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D38';
  addthis_title  = '%5BHowTo%5D+Download+from+Premium+Rapidshare+in+Linux+Console';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>[HowTo]Setup Zabbix Agent for Linux</title>
		<link>http://warrence.com/tech/?p=36</link>
		<comments>http://warrence.com/tech/?p=36#comments</comments>
		<pubDate>Thu, 31 Jul 2008 02:07:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://warrence.com/tech/?p=36</guid>
		<description><![CDATA[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 &#8211;enable-agent &#8211;with-mysql &#8211;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 /usr/local/sbin
14. /etc/init.d/zabbix_agentd start
15. After than [...]]]></description>
			<content:encoded><![CDATA[<p>1. wget <a href="http://prdownloads.sourceforge.net/zabbix/zabbix-1.4.5.tar.gz?download">http://prdownloads.sourceforge.net/zabbix/zabbix-1.4.5.tar.gz?download</a></p>
<p>2. tar -vxzf zabbix-1.4.5.tar.gz</p>
<p>3. cd zabbix-1.4.5</p>
<p>4. ./configure &#8211;enable-agent &#8211;with-mysql &#8211;with-libcurl</p>
<p>5. make install</p>
<p>6. mkdir /etc/zabbix</p>
<p>7. cp misc/conf/zabbix_agentd.conf /etc/zabbix/</p>
<p>8. cp misc/init.d/redhat/8.0/zabbix_agentd /etc/init.d/</p>
<p>9. chmod +x /etc/init.d/zabbix_agentd</p>
<p>10. adduser zabbix</p>
<p>11. chkconfig zabbix_agentd on</p>
<p>12. Edit /etc/zabbix/zabbix_agentd.conf, set Server to your Zabbix Server ip/domain and Hostname to your agent hostname.</p>
<p>13. Edit /etc/init.d/zabbix_agentd, set progdir to /usr/local/sbin</p>
<p>14. /etc/init.d/zabbix_agentd start</p>
<p>15. After than add the host to zabbix server and you can start monitor your agent server now.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D36';
  addthis_title  = '%5BHowTo%5DSetup+Zabbix+Agent+for+Linux';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>[HowTo] Install Network Driver for P5GC-MX Under Ubuntu</title>
		<link>http://warrence.com/tech/?p=33</link>
		<comments>http://warrence.com/tech/?p=33#comments</comments>
		<pubDate>Wed, 16 Jul 2008 06:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://warrence.com/tech/?p=33</guid>
		<description><![CDATA[I was installing Ubuntu on Asus P5GC-MX, the install process was flawlessness, however the onboard lan wasn&#8217;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 -a
sudo modprobe atl2
dmesg
ifconfig -a

And&#8230;..CONGRATUTION!!!!! I [...]]]></description>
			<content:encoded><![CDATA[<p>I was installing Ubuntu on Asus P5GC-MX, the install process was flawlessness, however the onboard lan wasn&#8217;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:</p>
<ol>
<li>Download <a href="http://warrence.com/tech/wp-content/uploads/2008/07/atl2-204tar.bz2">atl2-204tar</a> and extract it</li>
<li>tar -vxzf atl2-2.0.4.tar.bz</li>
<li>cd atl2-2.0.4</li>
<li>make</li>
<li>sudo cp ./atl2.ko /lib/modules/`uname -r`/kernel/drivers/net</li>
<li>sudo depmod -a</li>
<li>sudo modprobe atl2</li>
<li>dmesg</li>
<li>ifconfig -a</li>
</ol>
<p>And&#8230;..CONGRATUTION!!!!! I got it working YEAH!!!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D33';
  addthis_title  = '%5BHowTo%5D+Install+Network+Driver+for+P5GC-MX+Under+Ubuntu';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Little Tips for vsftpd</title>
		<link>http://warrence.com/tech/?p=30</link>
		<comments>http://warrence.com/tech/?p=30#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:09:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://warrence.com/?p=29</guid>
		<description><![CDATA[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 this time i decide to [...]]]></description>
			<content:encoded><![CDATA[<p>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 this time i decide to post it here for my own reference.</p>
<p>Lock ftp user to his folder only</p>
<p><strong>chroot_local_user=YES</strong></p>
<p>Force vsftpd to use local time</p>
<p><strong>use_localtime=YES</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D30';
  addthis_title  = 'Little+Tips+for+vsftpd';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>HowTo: Install Zabbix Server &#038; Zabbix Agent</title>
		<link>http://warrence.com/tech/?p=29</link>
		<comments>http://warrence.com/tech/?p=29#comments</comments>
		<pubDate>Wed, 25 Jun 2008 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://warrence.com/?p=28</guid>
		<description><![CDATA[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&#8217;t great? Basically, it runs an application in a master server, they [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;t great? Basically, it runs an application in a master server, they call it Zabbix Server, and a Zabbix Agent in the server that you want to monitor. Therefore, you will have to install them separately. Agent will report almost everything you wan to the Master Server, after it received the data it starts to process for you and let you access to them in your web browser. The web script is written in PHP and using MySQL, PostgreSQL and SQLite, and it have to be installed in the Master Server as well (Maybe it can be installed separately, but i never tried that). I will only jot down the installation guide for both Server and Agent and is for MySQL only, maybe later for the configuration and settings, they are quite complicated but trust me, they worth a learn. This guide tested in CentOS 5.1 and Fedora Core 8.</p>
<p><strong>[ZABBIX SERVER INSTALLATION GUIDE]</strong></p>
<p>First of all make sure you have your Apache, MySQL and PHP installed in the server.</p>
<p>1. Download the latest version from <a href="http://www.zabbix.com" target="_blank">Zabbix</a>, and untar it.</p>
<p><span id="more-29"></span></p>
<p>2. Create zabbix database and import data</p>
<blockquote><p>$ mysql -u root -p password<br />
mysql&gt; create database zabbix;<br />
mysql&gt; quit;<br />
$ cd create/schema<br />
$ mysql zabbix -u root -p password &lt; mysql.sql<br />
$ cd ../data<br />
$ mysql zabbix -u root -p password &lt; data.sql<br />
$ mysql zabbix -u root -p password &lt; images_mysql.sql</p></blockquote>
<p>3. Go zabbix root directory which you just untar, configure and the make install</p>
<blockquote><p>$ ./configure &#8211;enable-server &#8211;with-mysql &#8211;with-libcurl<br />
$ make install</p></blockquote>
<p>4. Copy startup script and config file.</p>
<blockquote><p>$ mkdir /etc/zabbix<br />
$ cp misc/conf/* /etc/zabbix/<br />
$ cp misc/init.d/redhat/8.0/* /etc/init.d/<br />
$ chmod +x /etc/init.d/zabbix_*</p></blockquote>
<p>5. Create user zabbix, and then start the service.</p>
<blockquote><p>$ adduser zabbix<br />
$ service zabbix_server start</p></blockquote>
<p>6. Copy front end web scripts in frontends/php/  into your web server document directory. DONE! You can access the frontend through your browser now. Continue to install Zabbix Agent so that you get your server data process in the Zabbix Server.</p>
<p><strong>[ZABBIX AGENT INSTALLATION GUIDE]</strong></p>
<p>1. Download the latest version from <a href="http://www.zabbix.com" target="_blank">Zabbix</a>, and untar it.</p>
<p>2. configure and make install</p>
<blockquote><p>$ ./configure &#8211;enable-agent &#8211;with-mysql &#8211;with-libcurl<br />
$ make install</p></blockquote>
<p>3. Copy startup script and config file.</p>
<blockquote><p>$ mkdir /etc/zabbix<br />
$ cp misc/conf/* /etc/zabbix/<br />
$ cp misc/init.d/redhat/8.0/* /etc/init.d/<br />
$ chmod +x /etc/init.d/zabbix_*</p></blockquote>
<p>4. Edit /etc/zabbix/zabbix_agentd.conf, set the Server and Hostname.</p>
<p>4. Create user zabbix, and then start the service.</p>
<blockquote><p>$ adduser zabbix<br />
$ service zabbix_agentd start</p></blockquote>
<p>Thats all for the installation for Zabbix Server and the Agent, if you want to install the agent in the Master server, you can add in &#8211;enable-agent in the configure option. You can also use SNMP instead of using Agent, but i have not tried on that yet.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D29';
  addthis_title  = 'HowTo%3A+Install+Zabbix+Server+%26%23038%3B+Zabbix+Agent';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>HowTo: Mouse over music preview in Ubuntu</title>
		<link>http://warrence.com/tech/?p=27</link>
		<comments>http://warrence.com/tech/?p=27#comments</comments>
		<pubDate>Sat, 17 May 2008 05:23:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.warrence.com/?p=24</guid>
		<description><![CDATA[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 in a music player. I [...]]]></description>
			<content:encoded><![CDATA[<p>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 in a music player. I was attracted by this features and it&#8217;s really useful when i want to search for song in a thousand song by just moving my mouse cursor one by one. I start to search around for the work around, i tried many ways suggested in forums and blog but i still cant make it work. However at last i manage to make it work by installing things below, but so far i only test it in Hardy Heron.</p>
<p><strong>Things to be installed</strong></p>
<ul>
<li>ubuntu-restricted-extras</li>
<li>mpg123</li>
<li>mpg123-esd</li>
<li>pulseaudio-esound-compat</li>
<li>vorbis-tools</li>
</ul>
<p>You can install from synaptic or by the method below</p>
<blockquote><p>$ sudo aptitude install ubuntu-restricted-extras mpg123-esd pulseaudio-esound-compat vorbis-tools</p></blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D27';
  addthis_title  = 'HowTo%3A+Mouse+over+music+preview+in+Ubuntu';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>HowTo: CJK(Chinese, Japanese, Korean) in Wine Application</title>
		<link>http://warrence.com/tech/?p=26</link>
		<comments>http://warrence.com/tech/?p=26#comments</comments>
		<pubDate>Sat, 17 May 2008 02:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.warrence.com/?p=23</guid>
		<description><![CDATA[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. Open the terminal and execute [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>1. Open the terminal and execute the following</p>
<blockquote><p>$sudo touch /var/lib/locales/supported.d/ja<br />
$sudo touch /var/lib/locales/supported.d/kr<br />
$sudo touch /var/lib/locales/supported.d/zh</p></blockquote>
<p>2. Open each of the file that you have just created and paste in the line as below</p>
<p><span id="more-26"></span></p>
<p><strong>[/var/lib/locales/supported.d/ja]</strong></p>
<blockquote><p>ja_JP.UTF-8 UTF-8<br />
ja_JP SJIS<br />
ja_JP.EUC-JP EUC-JP</p></blockquote>
<p><strong>[/var/lib/locales/supported.d/kr]</strong></p>
<blockquote><p>ko_KR.UTF-8 UTF-8<br />
ko_KR.EUC-KR EUC-KR</p></blockquote>
<p><strong>[/var/lib/locales/supported.d/zh]</strong></p>
<blockquote><p>zh_CN.UTF-8 UTF-8<br />
zh_TW.UTF-8 UTF-8<br />
zh_CN GB2312<br />
zh_CN.GBK GBK<br />
zh_CN.GB18030 GB18030<br />
zh_TW Big5</p></blockquote>
<p>3. Execute the following in terminal</p>
<blockquote><p>$ dpkg-reconfigure locales</p></blockquote>
<p>4. Install true Chinese font</p>
<blockquote><p>$ apt-get install ttf-arphic-ukai ttf-arphic-uming ttf-kochi-gothic ttf-kochi-mincho ttf-mikachan ttf-mona ttf-sazanami-gothic ttf-saxanami-mincho ttf-vlgothic ttf-alee ttf-arphic-ukai ttf-arphic-uming ttf-baekmuk ttf-unfonts ttf-arphic-bkai00mp ttf-arphic-bsmi00lp ttf-arphic-gbsn00lp ttf-arphic-gkai00mp ttf-arphic-ukai ttf-arphic-uming</p></blockquote>
<p>5. Install Vera Sans YuanTi. By right we should download this tar file from Chinese Ubuntu Project site, but i just found out the link is dead and is hard to find this file in internet. But don&#8217;t worry i have uploaded one copy to my server. Follow the instrucstion below to get this step done.</p>
<blockquote><p>$ wget http://www.warrence.com/resources/verasansyuanti.tar.gz<br />
$ tar -vxzf verasansyuanti.tar.gz<br />
$ mv verasansyuanti /usr/share/fonts<br />
$ fc-cache -f</p></blockquote>
<p>6. This step we will install ies4linux(Internet Explorer). After the installation of ies4linux, it will contain most of the major system DLLs. So what we do now is Install and run ies4linux and then copy the neccessary file to wine.</p>
<blockquote><p>$ apt-get update<br />
$ apt-get install cabextract wine<br />
$ cd ~<br />
$ wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz<br />
$ tar zxpvf ies4linux-latest.tar.gz<br />
$ cd ies4linux-*<br />
$ ./ies4linux<br />
$ ./ie6</p></blockquote>
<p>7. After running Internet Explorer 6, close it and do the following.</p>
<p><strong><em><span style="color: #ff0000;">The following execution will remove all wine App, you are require to install back those wine App after this guide.</span></em></strong></p>
<blockquote><p>$ rm -rf ~/.wine/*<br />
$ cp -r ~/.ies4linux/ie6/* ~/.wine/</p></blockquote>
<p><span style="color: #000000;">8. Install Winelocale</span></p>
<blockquote><p>$ cd ~<br />
$ wget http://www.cinnamonpirate.com/pub/software/sh/wineloc-0.41.tar.gz<br />
$ tar zxpvf wineloc-0.41.tar.gz<br />
$ cd wineloc-0.41<br />
$ ./install</p></blockquote>
<p>9. DONE! Now you can start your CJK Application like the example below</p>
<blockquote><p>$ wineloc -l zh_CN /path/to/executable.exe</p></blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D26';
  addthis_title  = 'HowTo%3A+CJK%28Chinese%2C+Japanese%2C+Korean%29+in+Wine+Application';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Sonork IM in Ubuntu using Wine</title>
		<link>http://warrence.com/tech/?p=24</link>
		<comments>http://warrence.com/tech/?p=24#comments</comments>
		<pubDate>Mon, 12 May 2008 09:15:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[sonork]]></category>

		<guid isPermaLink="false">http://www.warrence.com/?p=21</guid>
		<description><![CDATA[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 the incoming message if i [...]]]></description>
			<content:encoded><![CDATA[<p>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 the incoming message if i keep the sender&#8217;s chat screen open before he or she send me the message. Sonork IM is an internet messenger application which is not popular at all, but some of the company are using it as a private messenging network, because it is not well known enough so i can hardly find any information in google regarding problem in running sonork IM using wine and its solution. I tried crossover office as well but no hope. So i conclude to myself that sonork IM not compatible at all with wine. Until recently i bring it out to try again because i need to stick with linux base OS for some my research, this time somehow i make it to works, i don&#8217;t know how it would work in this way, but i just work.</p>
<p>The trick to make it work is really simple, for the 3rd step in the installation wizard, there is an &#8220;<em><strong>advanced&#8230;&#8221; </strong></em>button, after clicking on it you will see that you can actually set your own data and tmp path for Sonork IM. For Data folder i set it to my Ubuntu file system <strong>/home/warrence/sonork/data</strong>, as for tmp folder i set it to <strong>/tmp</strong>. Thats all!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwarrence.com%2Ftech%2F%3Fp%3D24';
  addthis_title  = 'Sonork+IM+in+Ubuntu+using+Wine';
  addthis_pub    = 'warrence';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://warrence.com/tech/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
	</channel>
</rss>
