iambaggy Blog

NinfG and Firewall

NinfG and Firewall

The latest version of NinfG (version 5.0) has a lot to offer in terms of allowing client-server connectivity. First, it introduces the invoke server module separating components used to invoke remote applications from the...

How to change hostname in Linux

How to change hostname in Linux

In order to change the hostname of your linux machine, you can do the following: 1) Edit file /etc/sysconfig/network using your favourite editor, say using vi. 2) Look for the line with HOSTNAME in...

Regular expression

Regular expression

Especial Characters: [ ^ $ | ? * + . ( ) If you want to use any of the above characters as a literal in a regular expression, you need to escape them...

Debugging with gdb

Debugging with gdb

GDB is the GNU project debugger which can be very helpful when you’re trying to figure out what goes wrong in the application you’re developing. With gdb, you can start a program, specify points...

All about SVN

All about SVN

Subversion (or SVN) is an open source version control system that can be used to maintain several versions of files such as program source codes, webpages, and other documentation. It has several features including...

Installing NinfG version 5

Installing NinfG version 5

NinfG is an open source grid middleware which provides a programming framework for grid-based remote procedure calls (GridRPC). It is a reference implementation of the GridRPC API (application programming interface), allowing programmers to create...

Migrating phpWebsite 0.10.2 to PHP version 5

Migrating phpWebsite 0.10.2 to PHP version 5

After changing my web hosting provider, I am faced with the task of migrating a couple of web sites to the new server. A couple of these web sites are phpWebsite-based. Unfortunately, the new...

My blog as my OpenID identity

My blog as my OpenID identity

To understand openID, you only need to consider the number of Internet accounts you currently maintain. Maybe you have one email account in Yahoo or Google, another account in Flickr for your photos, an...

My First Silverlight Video Player Application

My First Silverlight Video Player Application

I always wanted to create my own web-based video player to share vacation videos with relatives and friends back home. But I didn’t have an idea where to start. I initially considered Adobe Flash...

Blogging from Google docs

Blogging from Google docs

Google Docs (GD) is an online word processor, presentation, and spreadsheet application offered for free by Google. According to its documentation, it is possible to post created documents to a blog, which can be...

Search Philippines! A Google custom search engine

Search Philippines! A Google custom search engine

Interested in creating your own search engine? Try google custom search engine (CSE)! With google’s CSE, you can customized your search experience, including in the search only sites that are relevant to you. You...

Using Windows Live Writer in PhpWebsite

Using Windows Live Writer in PhpWebsite

Anyone using Windows Live Writer (WLW) in PhpWebsite (PWS)? I searched the web but got no relevant result. I asked the question in phpwsforums, and am still waiting for replies.  So I tried it...

Organizing Emails II: Yahoo! Mail Filters

Organizing Emails II: Yahoo! Mail Filters

In case you haven’t noticed yet, Yahoo! now offers unlimited storage for Yahoo! Mail. This means that you don’t have to delete old emails to keep your Inbox under the storage limit. You can...