Days ago when moving one of production web system to a new node, we accidentally faced a problem of sending email using Gmail SMTP server. After some debugging the problem, I found that there is a problem on port blocking with IP v6. So I post here an article to […]
Yearly Archives: 2014
OwnCloud provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. This tutorial guides how to setup a cloud storage service like dropbox with owncloud on CentOS 6.x. This guide also help to do selective sync with owncloud […]
Today I will not post anything relates to development work. However, I will guide an easy way to earn money with your idle pc with DigitalGeneration. The earning for free might not be a high number (approximately $1/day), but it worth trying to have a new income steadily :-). Steps are […]
Today I will post a 2CheckOut promotion code to achieve a Free 2CheckOut application. Currently, when use the code LUCIANWEB2COAFF to apply for a merchant account at 2Checkout.com, the submission cost is waved off.
This tutorial guides step-by-step on how to install most recent/most updated versions of a regular PHP stack. This comprises PHP 5.5 with OpCache, Percona 5.6 server and Google PageSpeed for Apache HTTPD Import needed repo for PHP 5.5:[bash]rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm [/bash] Install PHP 5.5 and related softwares:[bash]yum […]
Remember when you wanted to associate an event handler to a mouseclick, you would assign it to the element’s onclick event, as in mywidget.onclick = myhandler;. This became problematic when another method also wanted to get in on the click action since you could only assign one function at a […]