Oracle to buy Sun

http://www.techcrunch.com/2009/04/20/oracle-to-buy-sun-hold-on-to-your-hats/ My oh my!!! What the hell is this!!! Oracle said the deal is valued at $5.6 billion excluding cash and debt. Oracle is calling Sun’s Java “the most important software” it has ever acquired. The deal, which is expected to close in the Summer and was unanimously approved by Sun’s board of directors, has [...]

0 Comments

WPVN Unload Hooks

http://wordpress.org/extend/plugins/wpvn-unload-hooks/

2 Comments

link2caro.net is getting a new look

link2caro – my portfolio is getting redesigned. This work will be applied on-the-fly (à la volé) so sometimes the site will not be smooth as it should be After nearly 2 years since the first version made it online, nearly 5 years the domain is online, a sweet memory with this domain. cdata, the sharing [...]

1 Comments

Firefox Personas – Style your Firefox

I’ve found out that Mozilla provides a coooool extension for Firefox 3 which is Firefox Personas, you can style up your Firefox as you like with themes by others or even your own theme, roll into it right away!!!

0 Comments

Quảng Cáo của Microsoft

Đây là những quảng cáo mới nhất của Microsoft

0 Comments

WP-AVIM-Reloaded

http://wordpress.org/extend/plugins/wp-avim-reloaded/ Với vài tính năng mới Sử dụng AVIM định hướng đối tượng để tránh các xung đột về javascript. Sửa cookie có path=/, thêm cookie AVIM_hidden để nhớ chế độ ẩn hiện. Có một bug nhỏ sau khi up lên svn mình mới để ý, nếu bạn lỡ tay ẩn bộ gõ đi ở [...]

18 Comments

AVIM-Reloaded

Hôm trước có người kêu cái AVIM này không có cookie cho chế độ ẩn đi nên giờ mình sửa một chút AVIM để thêm cookie cho việc ẩn hiện bảng điều khiển. Nếu trong thời gian tới CA RO rảnh, CA RO sẽ sửa lại dùng cookie theo hệ nhị phân để giảm số [...]

2 Comments

Object-Oriented MySQLi based session handler

This is how you can start with your own database-based session controller.
This class is built with MySQLi functions, so be sure you are prepared for PHP5.

1 Comments

AutoCompletion Failed in Eclipse PDT

blockquote plt;naturesgt;br / nbsp;nbsp; lt;naturegt;org.eclipse.php.core.PHPNaturelt;/naturegt;br / lt;/naturesgt;/p /blockquote pIf your auto-completion in Eclipse PDT failed working normally, try in .project of each project you will find lt;naturesgt; tags, add the above line between opening and closing tag to re-enable the auto-completion function./p pHope this trick will help you /p

0 Comments

vi.WordPress.org

Phew, vậy là sau bao năm giờ đã có vi.WordPress.org, tiến tới sẽ làm forum trên WordPress.org

1 Comments

Installing Subversion on Ubuntu

Assuming that apache is installed! Install packages apt-get install subversion libapache2-svn libapache-mod-dav Enable SSL a2enmod Add “Listen 443″ into httpd.conf if needed. Install SSL apt-get install ssl-cert mkdir /etc/apache2/ssl /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/site-name.crt Adding Basic Authentication: htpasswd2 -c -m /home/path-to/svn/project/.htpasswd username Configure site cp /etc/apache2/sites-available/default /etc/apache2/sites-available/site-name nano /etc/apache2/sites-available/site-name <VirtualHost IP_ADDRESS:443> ServerName hostname DocumentRoot /home/path-to/svn SSLEngine on [...]

0 Comments , , , , ,

Transfer files between servers

With Secure Copy (slowest) : scp -r dir user@destination-host:/tmp/ Tar through SSH: tar czpf – dir | ssh user@destination-host tar xzpf – -C /tmp/ Tar with Netcat (fastest): On destination-host: nc -l -p 7000 | tar xzpf – -C /tmp/ On source-host: tar czpf – dir | nc -w 10 destination-host 7000 For the methods [...]

0 Comments

Transfering

0 Comments

Zend Server CE (Community Edition)

Today, after a long time messing up with XAMPP, MAMP and the Web Sharing – or default Web Server of Mac OS X, I found out a very new product which is free to “grand” public: Zend Server CE (Community Edition). There are Linux, Windows and Mac OS X versions. The versions for Unix-like OS [...]

1 Comments

Note to self: Not everyone who drops shit on you is your enemy

Mai Hương Nguyễn: A little bird was flying south for the winter. It was so cold that the bird froze and fell to the ground in a large field. While it was lying there, a cow came by and dropped a load of hot, steaming dung on it. As the frozen bird lay there in [...]

0 Comments