Eclipse with SFTP synchronization

Source: http://www.jcraft.com/eclipse-sftp/

You need Eclipse SDK 3.3(or higher) to enjoy this software.

1. Help > Software Updates > Find and Install…
2. Choose Search for new features to install
3. Click New Remote Site…, and then put http://eclipse.jcraft.com/ for the URL field.
4. Choose SFTP Plug-in, and then click Select Required button.

For Eclipse SDK 3.2, try the Update Site http://eclipse.jcraft.com/3.2/

Dipublikasi di yangBebas | Tag , , , | Tinggalkan Komentar

Nginx + CodeIgniter Rewrite


location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?/$1 last;
}
}

Dipublikasi di yangBebas | Tinggalkan Komentar

Django + PHP on Nginx via FastCGI

Untuk instalasi  sudah sangat lengkap dijelaskan di situs resminya.

Install Django via FstCGI bisa dibaca di http://wiki.nginx.org/NginxDjangoFastCGI

dan untuk install PHP bisa dibaca di http://wiki.nginx.org/PHPFcgiExample

Lanjutkan membaca

Dipublikasi di JPBI Update, yangCoding | Tag , , , | Tinggalkan Komentar