Hướng dẫn sử dụng SSH KEY + bitbucket
Bước 1: Sinh key trên máy chứa mã nguồn mà bạn muốn backup ssh-keygen -t rsa -b 4096 -C “khanhnnvn@gmail.com” Bước 2: Key sẽ lưu ở...
Bước 1: Sinh key trên máy chứa mã nguồn mà bạn muốn backup ssh-keygen -t rsa -b 4096 -C “khanhnnvn@gmail.com” Bước 2: Key sẽ lưu ở...
Initialize the local directory as a Git repository. git init Add the files in your new local repository. This stages them for the first commit....
Nếu bạn là một lập trình viên, nhất là lập trình web, sẽ rất khó để bạn có thể xin được việc nếu không biết mô...
Sorry for a small pause, this time I will try to show you how to deploy a django project with Nginx and Uwsgi. Speaking you have...
Perl vay mượn khá nhiều cú pháp và ý tưởng từ các ngôn ngữ khác: awk, sed, C, Bourne Shell, … Tuy nhiên có một vài...
Giới thiệu: Perl viết tắt của từ Partical Extration and Report Language tạm hiểu là ngôn ngữ kết xuất và báo cáo thực dụng. Perl được...
PHP frameworks are super useful tools when it comes to clean and structured web development, as they speed up the creation and maintenance of your PHP...
By Thomas Carriero This tutorial gives you easy-to-follow instructions, with screenshots, for setting up a compiler (the MINGW compiler), a tool that will let you turn...