<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Marslert Guy - A walking guy to the M@rs</title>
	<link>http://marslert.com/blog</link>
	<description>M@rsGuy</description>
	<lastBuildDate>Tue, 21 Jul 2009 17:41:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Having fun with Bluetooh in Ubuntu Part 1</title>
		<description><![CDATA[Today, my post is about having fun with Bluetooh device in Ubuntu. First and foremost, lets install obexftp and obexpushd package from OpenOBEX project. sudo apt-get install obexftp obexpushd Then, insert your bluetooth device. You should see the bluetooth logo appears in left upper side of your desktop. Else, you can enable it by System [...]]]></description>
		<link>http://marslert.com/blog/2009/07/22/having-fun-with-bluetooh-in-ubuntu-part-1/</link>
			</item>
	<item>
		<title>ALERT &#8211; configured POST variable limit exceeded</title>
		<description><![CDATA[Recently, I met some unusual problem after some of hosting servers are using Suhosin. It is kinda good for PHP environment but it could cause problem without any proper configuration. For instance when you tailing /var/log/message : Jul 21 21:52:26 server suhosin[19015]: ALERT &#8211; configured POST variable limit exceeded &#8211; dropped variable &#8217;18_EditView&#8217; (attacker &#8217;123.123.123.123&#8242;, [...]]]></description>
		<link>http://marslert.com/blog/2009/07/21/alert-configured-post-variable-limit-exceeded/</link>
			</item>
	<item>
		<title>Manually start wireless &#8211; Ubuntu</title>
		<description><![CDATA[Should you hit a problem on failure starting wireless lan automatically after booting up your ubuntu, execute below command to start your wireless Lan. sudo ifconfig wlan0 up]]></description>
		<link>http://marslert.com/blog/2009/04/25/manually-start-wireless-ubuntu/</link>
			</item>
	<item>
		<title>Configure MSSQL 2005 Database Mail</title>
		<description><![CDATA[Due to I am working at a hosting company, coping with Linux and Windows server issues are my daily routine job. I have to keep update myself, learning new stuff. Even my blog share more about Linux stuff, but I will share anything relate to Windows if I ever learn about it. So, I am [...]]]></description>
		<link>http://marslert.com/blog/2009/03/16/configure-mssql-2005-database-mail/</link>
			</item>
	<item>
		<title>Installing vmware problem</title>
		<description><![CDATA[Numerous problem might happen when installing Vmware-Server in your Ubuntu system. As mine after finish installing, some errors occurred when executed vmware /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4&#8242; not found (required by /usr/lib/libcairo.so.2) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0&#8242; not found (required by /usr/lib/libstdc++.so.6) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4&#8242; not found (required by /usr/lib/libcairo.so.2) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0&#8242; not found [...]]]></description>
		<link>http://marslert.com/blog/2009/03/05/installing-vmware-problem/</link>
			</item>
	<item>
		<title>Open winmail.dat in Ubuntu</title>
		<description><![CDATA[I know that I will have some hard time when using Ubuntu after conversion from Windows Yeah. It hit me today when I want to read a mail with winmail.dat attachment. After some research, I learned to install tnef. Once tnef has been installed, execute tnef winmail.dat . A rar file will be output to [...]]]></description>
		<link>http://marslert.com/blog/2009/02/25/open-winmaildat-in-ubuntu/</link>
			</item>
	<item>
		<title>vlc + avi + srt not displayed</title>
		<description><![CDATA[Sharing of the day. Keep wondering why my subtitle (srt) cant be displayed when I watch my avi movie with VLC. Though it was not compatible in Ubuntu whereby I was using XP last time which displayed well. Ah Hah. I got the luck solving the problem by edting a file /usr/share/applications/vlc.desktop . Just need [...]]]></description>
		<link>http://marslert.com/blog/2009/02/19/vlc-avi-srt-not-displayed/</link>
			</item>
	<item>
		<title>MPD error: problems getting a response from &quot;localhost&quot; on port 6600 : Connection refused</title>
		<description><![CDATA[Additional sharing for conky part which I shared at http://marslert.com/blog/2007/10/02/conky/ . I was trying to install conky to monitor my laptop process as I found that my firefox keep hogging. The installation is pretty simple and straight forward as any ubuntu users knew Unfortunately, I got problem for this installation whereby some MPD error was [...]]]></description>
		<link>http://marslert.com/blog/2009/02/16/mpd-error-problems-getting-a-response-from-localhost-on-port-6600-connection-refused/</link>
			</item>
	<item>
		<title>apt-get update</title>
		<description><![CDATA[Sometime, you will get GPG error when running apt-get update after adding some unofficial supported list to your Ubuntu list. W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 28A8205077558DD0 After researching around, found a fix for this kind of situation. Type in, gpg [...]]]></description>
		<link>http://marslert.com/blog/2009/02/16/apt-get-update/</link>
			</item>
	<item>
		<title>ERROR 1045 (28000): Access denied for user &#039;root&#039;@&#039;localhost&#039; (using password: NO)</title>
		<description><![CDATA[# mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO) Create a file .my.cnf in /root . Insert below detail to .my.cnf [client] user=root pass=mysql root password]]></description>
		<link>http://marslert.com/blog/2009/01/12/error-1045-28000-access-denied-for-user-rootlocalhost-using-password-no/</link>
			</item>
</channel>
</rss>
