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