Hướng dẫn cấu hình mail SMTP và Contact Form 7 wordpress
Giới thiệu :
Đối với mã nguồn wordpress thì gần như với những ai thiết kế website thì không còn xa lạ, tuy nhiên một trang website thì không thể không tương tác với người dùng, vì thế nhu cầu gửi mail trực tiếp trên website là cần thiết để khách hàng, người dùng có thể trao đổi trực tiếp với website.
Tuy nhiên đôi lúc việc gửi mail lại làm ta bực mình vì những quy tắc và...
Thứ Năm, 21 tháng 1, 2016
Thứ Tư, 10 tháng 12, 2014
Các cách Rewrite URL thông dụng bằng file .htaccess
Bài viết này sẽ giúp bạn Rewrite URL sao cho thân thiện với người dùng nhất và công cụ tìm kiếm (tốt cho SEO) bằng cách sử dụng file .htaccess cực kì đơn giả...
Thứ Năm, 19 tháng 6, 2014
GIT Server toàn tập - Kết nối SSH
I. Tao 1 SSH Key tren CLient:Để kiểm tra máy tính đã cài ssh chưa bạn mở terminal và sử dụng lệnh:thehai@thehai-Vostro-3550:~/.ssh$ ssh -vOpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-L [bind_address:]port:host:hostport] ...
Thứ Sáu, 13 tháng 6, 2014
Cracking guide for Sublime Text 3 Build 3059 ( Mac / Win x86_64 / Windows x86 / Linux x64 / Linux x86 )
MacOS
Download from here:
http://d.pr/f/QE3d
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
Replace it with: Sublime Text.app => Contents => MacOS => "Sublime Text"
You don't need to use license.
DONE
Windows x64
Download from here:
http://d.pr/f/60RQ
MD5: 6ddaa1fb63c6d7d4eae9ec39f1fa5d76
Rename it to: sublime_text.exe
Replace it with the one in your installation folder: e.g. [Installation Folder]/sublime_text.exe
You...
Thứ Năm, 12 tháng 6, 2014
Ket noi GIT server bang SSH
I. Tao 1 SSH Key tren CLient:Để kiểm tra máy tính đã cài ssh chưa bạn mở terminal và sử dụng lệnh:thehai@thehai-Vostro-3550:~/.ssh$ ssh -vOpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-L [bind_address:]port:host:hostport] ...
Upload public_html to repo on server & clone repo from client (not local)
Dong bo public_html vao repo-----------------TAo 1 repo----------------------thehai@thehai-Vostro-3550:~$ cd /var/cache/git/thehai@thehai-Vostro-3550:/var/cache/git$ sudo mkdir wpthemethehai@thehai-Vostro-3550:/var/cache/git$ cd wptheme/thehai@thehai-Vostro-3550:/var/cache/git/wptheme$ sudo git --bare initInitialized empty Git repository in /var/cache/git/wptheme/thehai@thehai-Vostro-3550:/var/cache/git/wptheme$ lsbranches config description HEAD hooks info objects refsthehai@thehai-Vostro-3550:~/wptheme.com/public_html$...
Thứ Tư, 11 tháng 6, 2014
(Source)Install GIT as public repository on Debian
In this tutorial, we want to install GIT on a debian server, once installed coworkers must be allowed to access our GIT repositories via Apache or SSH. The Coworkers can be on Mac OS X, Linux or Windows.
I tested every written lines of this page with:
Debian 6 (Squeeze) as a Server and a Client
Mac OS 10.6 (Snow Leopard) as a Client
Windows 7 as a Client
Contents
[hide]
1 Install locally, on the Server
1.1 GIT itself
1.2 A first project
2 Share it with...