Saturday, September 27, 2008

HeX 2.0 Release is NEAR

We are going to unleash HeX 2.0 Release, if no major issue found again it should be on next week.

Stay tuned ;]

Saturday, September 20, 2008

Another NSM related blog

Our webmaster guti has his own technical blog, if you are interested in his works, check out -

http://www.gutizz.com/

I learned some tips and tricks about ourmon and grace, though he doesn't blog frequently, but I found his post with quality.

Enjoy ;]

Tuesday, September 02, 2008

FreeBSD: Port's Foo

I have learned a few new tricks about using FreeBSD ports which I don't know last time, there you go!

For ports which provides configure options, you can actually configure it via -

shell>make config

To show the configuration -

shell>make showconfig

To remove current configuration, or reset it to default -

shell>make rmconfig

To build the package from port -

shell>make package

To build the package from port for its dependencies as well -

shell>make package-recursive

If you have the port previously installed, and you want to reinstall with different option set, make sure you have the "work" directory deleted in particular port or else the new configure option won't be used.

Enjoy ;]