<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Welcome to my World</title>
	<atom:link href="http://mmg007.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmg007.wordpress.com</link>
	<description>Abstraction is a fundamental technique that people use to perceive the world.</description>
	<lastBuildDate>Mon, 04 Jun 2007 08:33:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mmg007.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Welcome to my World</title>
		<link>http://mmg007.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mmg007.wordpress.com/osd.xml" title="Welcome to my World" />
	<atom:link rel='hub' href='http://mmg007.wordpress.com/?pushpress=hub'/>
		<item>
		<title>changing passwd</title>
		<link>http://mmg007.wordpress.com/2007/06/04/changing-passwd/</link>
		<comments>http://mmg007.wordpress.com/2007/06/04/changing-passwd/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 08:33:28 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2007/06/04/changing-passwd/</guid>
		<description><![CDATA[Make sure the password is in /var/lib/pgsql/.pgpass The format is as follows&#8230; *:*:*:postgres:PASSWORD Modify /var/lib/pgsql/data/pg_hba.conf It should contain the following&#8230; local all all md5 host all all 127.0.0.1 255.255.255.255 md5 Change &#8216;md5&#8242; to &#8216;trust&#8217; to disable authentication then restart postgres. `/etc/init.d/postgresql restart` Now you should be able to connect to postgresql as user &#8216;postgres&#8217; without [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=15&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Make sure the password is in /var/lib/pgsql/.pgpass</p>
<p>The format is as follows&#8230;</p>
<p>*:*:*:postgres:PASSWORD</p>
<p>Modify /var/lib/pgsql/data/pg_hba.conf</p>
<p>It should contain the following&#8230;</p>
<p>local   all         all                                              md5<br />
host    all         all         127.0.0.1          255.255.255.255   md5</p>
<p>Change &#8216;md5&#8242; to &#8216;trust&#8217; to disable authentication then restart postgres.</p>
<p>`/etc/init.d/postgresql restart`</p>
<p>Now you should be able to connect to postgresql as user &#8216;postgres&#8217; without a password to modify the password.</p>
<p>`psql -u template1`</p>
<p>Run the following sql command.</p>
<p>&#8220;alter user postgres with password &#8216;NEW PASSWORD HERE&#8217;;&#8221;</p>
<p>Finally change /var/lib/pgsql/data/pg_hba.conf back to its original format and restart postgresql one more time. Now you should be able to authenticate using user postgres and the password you specified.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=15&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2007/06/04/changing-passwd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>for vim user</title>
		<link>http://mmg007.wordpress.com/2007/05/26/for-vim-user/</link>
		<comments>http://mmg007.wordpress.com/2007/05/26/for-vim-user/#comments</comments>
		<pubDate>Sat, 26 May 2007 09:54:30 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2007/05/26/for-vim-user/</guid>
		<description><![CDATA[If you use Vim, you can enable tabs to be automatically converted to four spaces so that you do not have to enter four spaces each time yourself. You can also enable smart indentation to allow automatic indentation for subsequent statements of the same block. To enable these features, you can put the following lines [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=14&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you use Vim, you can enable tabs to be automatically converted to four spaces so that you do not have to enter four spaces each time yourself. You can also enable smart indentation to allow automatic indentation for subsequent statements of the same block.</p>
<p>To enable these features, you can put the following lines in the <tt>.vimrc</tt> in your home directory:</p>
<pre>" Indentation
set smartindent

" Tabs to 4-spaces
set shiftwidth=4
set tabstop=4
set expandtab
set smarttab</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=14&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2007/05/26/for-vim-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>Gentoo Experience</title>
		<link>http://mmg007.wordpress.com/2007/04/08/gentoo-experience/</link>
		<comments>http://mmg007.wordpress.com/2007/04/08/gentoo-experience/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 01:08:13 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2007/04/08/gentoo-experience/</guid>
		<description><![CDATA[i wanna share some of my experience installing gentoo linux, coz failed to install successfully my LFS heheeh.. fustrating eh. Anyway, i just downloaded the live install cd at gentoo.org (600mb), typical installation.. boot from the CD, then the live CD will automatically load. What amazed me is the speed of the liveCD, as if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=12&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i wanna share some of my experience installing gentoo linux, coz  failed to install successfully my LFS heheeh.. fustrating eh. Anyway, i just downloaded the live install cd at gentoo.org (600mb), typical installation.. boot from the CD, then the live CD will automatically load. What amazed me is the speed of the liveCD, as if your running the system on your HDD, anyway.. there&#8217;s two method of installation(other than the minimal CD which is LFS style installation). i choose the console based installation, follow the wizard, and puff.. after a couple of minutes, its done (chatting, surfing while installing is what im really amazed of.. u can do that on some other distro e.g. ubuntu, but u&#8217;ll experience some lagging).</p>
<p>after installation, i sync it, issuing the command #emerge &#8211;sync and took also a couple of minutes to sync, after syncing&#8230; i install a new kernel, download the source code, compile it, put it on my grub.. and reboot the computer, use the newly compiled kernel.</p>
<p>its really a worth trying.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  though a little bit techie..</p>
<p>one thing, Gentoo uses Gnome as a default desktop(which i really loved)</p>
<p>here&#8217;s some screeny&#8230;</p>
<p>http://mmg007.files.wordpress.com/2007/04/screenshot.png</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=12&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2007/04/08/gentoo-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>Java JTable</title>
		<link>http://mmg007.wordpress.com/2007/03/12/java-jtable/</link>
		<comments>http://mmg007.wordpress.com/2007/03/12/java-jtable/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 01:22:49 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2007/03/12/11/</guid>
		<description><![CDATA[been a long time not updating my blog.. tsk tsk tsk.. heheeh but anyway.. after reading books, making some experiments, googling, i finally learn how to use Java JTable. here&#8217;s how i did it. import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Vector; import javax.swing.JFrame; import javax.swing.JScrollPane; import javax.swing.JTable; import oracle.jdbc.pool.OracleDataSource; public class myTable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=11&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>been a long time not updating my blog.. tsk tsk tsk.. heheeh but anyway.. after reading books, making some experiments, googling, i finally learn how to use Java JTable. here&#8217;s how i did it.</p>
<p>import java.sql.Connection;<br />
import java.sql.ResultSet;<br />
import java.sql.SQLException;<br />
import java.sql.Statement;<br />
import java.util.Vector;<br />
import javax.swing.JFrame;<br />
import javax.swing.JScrollPane;<br />
import javax.swing.JTable;<br />
import oracle.jdbc.pool.OracleDataSource;</p>
<p>public class myTable {</p>
<p>/** Creates a new instance of myTable */<br />
public myTable() {</p>
<p>}</p>
<p>public void createTable() throws SQLException {</p>
<p>OracleDataSource ods = new OracleDataSource(); // create a new database connection instance<br />
ods.setURL(url);<br />
ods.setUser(user);<br />
ods.setPassword(pass);<br />
System.out.println(&#8220;Connected&#8221;); //print if the connection is susccessful<br />
Connection conn = ods.getConnection();<br />
Statement stmt = conn.createStatement();<br />
ResultSet rs = stmt.executeQuery(&#8220;SELECT PRODUCTCODE, GENERIC, BRAND, DESCRIPTION from PRODUCT ORDER by GENERIC&#8221;);</p>
<p>Vector rowData = new Vector(); // this will be used as a parameter of your table</p>
<p>while (rs.next()) {<br />
Vector row = new Vector();<br />
row.addElement(rs.getString(&#8220;GENERIC&#8221;));<br />
row.addElement(rs.getString(&#8220;BRAND&#8221;));<br />
row.addElement(rs.getString(&#8220;DESCRIPTION&#8221;));<br />
row.addElement(rs.getString(&#8220;PRODUCTCODE&#8221;));<br />
rowData.addElement(row);</p>
<p>}</p>
<p>Vector columnName = new Vector();<br />
columnName.addElement(&#8220;GENERIC&#8221;); //this is the header of the table<br />
columnName.addElement(&#8220;BRAND&#8221;);<br />
columnName.addElement(&#8220;DESCRIPTION&#8221;);<br />
columnName.addElement(&#8220;PRODUCTCODE&#8221;);<br />
JTable table = new JTable(rowData, columnName); // create the table<br />
JScrollPane jsp = new JScrollPane(table); //create a scrollpane and add the table inside the scrollpane</p>
<p>JFrame myFrame = new JFrame(); //create a Frame<br />
myFrame.add(jsp); // add the scrollpane to the frame<br />
myFrame.setSize(800,600); //set the size of the frame<br />
myFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);<br />
myFrame.setVisible(true); //display the table</p>
<p>}</p>
<p>public static void main(String args[]) throws SQLException {<br />
myTable m = new myTable(); //create an instance of our myTable class<br />
m.createTable();<br />
}</p>
<p>private String url = &#8220;jdbc:oracle:thin:@//localhost:1521/database&#8221;;<br />
private String user = &#8220;user&#8221;;<br />
private String pass = &#8220;password&#8221;;</p>
<p>}</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=11&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2007/03/12/java-jtable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>ISPConfig</title>
		<link>http://mmg007.wordpress.com/2006/11/09/ispconfig/</link>
		<comments>http://mmg007.wordpress.com/2006/11/09/ispconfig/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 07:56:02 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2006/11/09/ispconfig/</guid>
		<description><![CDATA[finally.. i already finished my ISPConfig installation, and configurations, thank to the HOwTo&#8217;s and to the developer who gave it away&#8230; follow this link first: http://www.howtoforge.com/perfect_setup_ubuntu_6.06 then.. after that.. do the installations&#8230; very easy.. www.ispconfig.org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=10&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>finally.. i already finished my ISPConfig installation, and configurations, thank to the HOwTo&#8217;s and to the developer who gave it away&#8230;</p>
<p>follow this link first:</p>
<p>http://www.howtoforge.com/perfect_setup_ubuntu_6.06</p>
<p>then.. after that.. do the installations&#8230; very easy..</p>
<p>www.ispconfig.org</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=10&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2006/11/09/ispconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Sourcing Java</title>
		<link>http://mmg007.wordpress.com/2006/11/09/open-sourcing-java/</link>
		<comments>http://mmg007.wordpress.com/2006/11/09/open-sourcing-java/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 05:41:38 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2006/11/09/open-sourcing-java/</guid>
		<description><![CDATA[im very happy about this.. i just read an article from java.sun.com.. they are planning to use GPL as the license of Java this is cool.. Duke and Tux are going to be busy.. coding.. and having a cup of.. Java Coffee hehehe Cheers<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=9&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>im very happy about this.. i just read an article from java.sun.com.. they are planning to use GPL as the license of Java <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  this is cool.. Duke and Tux are going to be busy.. coding.. and having a cup of.. Java Coffee <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hehehe</p>
<p>Cheers</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=9&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2006/11/09/open-sourcing-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>changing mysql root password</title>
		<link>http://mmg007.wordpress.com/2006/11/07/changing-mysql-root-password/</link>
		<comments>http://mmg007.wordpress.com/2006/11/07/changing-mysql-root-password/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 07:30:34 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2006/11/07/changing-mysql-root-password/</guid>
		<description><![CDATA[mysqladmin -u root password yournew password #changing root password login as root to mysql SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPassword');<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=8&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>mysqladmin -u root password yournew password</p>
<p>#changing root password</p>
<pre>login as root to mysql</pre>
<pre>SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPassword');</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=8&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2006/11/07/changing-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>installing Gnome Desktop on CentOs/RH/FC Server installation</title>
		<link>http://mmg007.wordpress.com/2006/11/05/installing-gnome-desktop-on-centosrhfc-server-installation/</link>
		<comments>http://mmg007.wordpress.com/2006/11/05/installing-gnome-desktop-on-centosrhfc-server-installation/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 01:39:04 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2006/11/05/installing-gnome-desktop-on-centosrhfc-server-installation/</guid>
		<description><![CDATA[using yum&#8230; # yum groupinstall &#8220;X Window System&#8221; &#8220;GNOME Desktop Environment&#8221; this should install GNOME Desktop on your System&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=7&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>using yum&#8230;</p>
<p># yum groupinstall  &#8220;X Window System&#8221; &#8220;GNOME Desktop Environment&#8221;</p>
<p>this should install GNOME Desktop on your System&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=7&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2006/11/05/installing-gnome-desktop-on-centosrhfc-server-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title>Found something Useful</title>
		<link>http://mmg007.wordpress.com/2006/11/02/found-something-useful/</link>
		<comments>http://mmg007.wordpress.com/2006/11/02/found-something-useful/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 04:42:31 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2006/11/02/found-something-useful/</guid>
		<description><![CDATA[The other day, when i was surfing the net, searching for a good API for my Java programs, in order for me to manipulate OpenOffice.org to be my Report Tool(i&#8217;ve been searching this API before), i stumbled into a website that answers my problem&#8230; http://jooreports.sourceforge.net/ I find it very useful for my Java Adventure.. even [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=6&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The other day, when i was surfing the net, searching for a good API for my Java programs, in order for me to manipulate OpenOffice.org to be my Report Tool(i&#8217;ve been searching this API before), i stumbled into a website that answers my problem&#8230; http://jooreports.sourceforge.net/</p>
<p>I find it very useful for my Java Adventure.. even though im still learning the new Class i found.. but.. im so impressed. Thanks to the developer who made it _FREE_</p>
<p>If your a Java Developer(newbies).. you can try it too.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheerz!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=6&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2006/11/02/found-something-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://mmg007.wordpress.com/2006/11/02/3/</link>
		<comments>http://mmg007.wordpress.com/2006/11/02/3/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 01:25:35 +0000</pubDate>
		<dc:creator>mmg007</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://mmg007.wordpress.com/2006/11/02/3/</guid>
		<description><![CDATA[This is my FIRST.. BLOG&#8230; Ever&#8230; hehehehehe<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=3&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my FIRST.. BLOG&#8230; Ever&#8230; hehehehehe</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mmg007.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mmg007.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mmg007.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mmg007.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mmg007.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mmg007.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mmg007.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mmg007.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mmg007.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mmg007.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mmg007.wordpress.com&amp;blog=516321&amp;post=3&amp;subd=mmg007&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mmg007.wordpress.com/2006/11/02/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/20015ce519ed1f93c8b68a1ef5ed1e2e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mmg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
