Archive for May, 2006

Lesson of today

Wednesday, May 31st, 2006

When creating a product or service, there is always a commercial strategy behind it.
Remember always this : Put your Business Model into beta when you put your product into beta.
That completes this lesson.

Domino and IP Telephony

Saturday, May 27th, 2006

Integrating IP Telephony and Domino? With SkillTeam’s IP Telephony Solution, , it’s no hassle!
I have completed the integration of Domino with Calliope. Now it is possible to select a user from the Domino Directory, or any other application for that matter, and call this person.
More information can be found on skillteam.com

No more www in your URL

Wednesday, May 24th, 2006

A lot of websites still use “www� as a prefix. It’s unnecessary (most of the time).
With handy utilities like .htaccess files, it’s not necessary.
Open your .htaccess file and add these lines of code to redirect users away from “www.example.com� to just “example.com�:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^example.com
RewriteRule (.*) [...]

Syncing your system clock using NTP

Monday, May 22nd, 2006

Here’s a little procedure to implement NTP or Network Time Protocol on your Linux box:
Step 1: Install the deamon
yum install ntp
Step 2: Configure ntp
vi /etc/ntp.conf
modify the parameter “server” to server pool.ntp.org
save the file (:wq!)
Step 3: Start the deamon
/etc/init.d/ntpd start
To synch immediately issue following command : ntpdate pool.ntp.org

BackupPC : backup your pc’s and laptops to a backup server

Sunday, May 21st, 2006

BackupPC is a high-performance, enterprise-grade system for backing up Linux and WinXX PCs and laptops to a server’s disk. BackupPC is highly configurable and easy to install and maintain.
Given the ever decreasing cost of disks and raid systems, it is now practical and cost effective to backup a large number of machines onto a [...]

Add-on on Meebo

Saturday, May 20th, 2006

For various reasons, there are cases where access to meebo is restricted.
This leads some people to look for alternative, more creative solutions to gain access.
A number of meebo users have started using third-party proxies which can lead to abuse.
Proxies are ripe for phishing attacks and the chances of an unknown agent sniffing your [...]

Lesson of today

Sunday, May 14th, 2006

I’ve learned an important lesson that captures best why blogs are becoming so important for your business today.
“It’s better to be a trend-spotter than a trend-setter.” There is no-way that you are really creating market momentum on your own.
That’s all for today folks.

about my life, my work, my interests, technical stuff, ….