chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600
  • IT Bí điển
    • Lập trình
      • Css
      • Javascript
      • Php
    • Sql
      • Sql căn bản
      • Các lệnh Sql hay dùng
    • Server and vps
      • EasyEngine
        • EasyEngine3
        • EasyEngine4
      • Docker
    • Hệ điều hành
      • Linux
        • Linux terminal command
    • Cms
      • WordPress
        • Theme wordpress
        • Plugin wordpress
    • SEO
    • Công cụ
      • Git
    • DevOps Engineer
    • Solution
✕
24/06/2020

Kiểu dữ liệu trong SQL

Kiểu dữ liệu trong SQL định nghĩa một kiểu giá trị mà một cột có thể chứa. Trong một bảng, […]
Do you like it?
Đọc luôn
01/07/2020

Triển khai một ứng dụng Laravel với gitlab CI/CD

Khi tôi muốn triển khải cập nhật mới nhất lên VPS, tôi luôn luôn kết nối vào Server với SSH […]
Do you like it?
Đọc luôn
10/12/2019

mysql import database teminal

mysql -u[database_user] -p[database_pass] [database_name] < [name_file].sql
Do you like it?
Đọc luôn
30/03/2020

How to change all files and folders permissions of a directory to 644/755

find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \;
Do you like it?
Đọc luôn
17/12/2019

Export databases with mysqldump and gzip file

mysqldump -u[dbuser] -p[dbpass] [dbname] | gzip > [dbname].sql.gz
Do you like it?
Đọc luôn
18/01/2020

Cài đặt easyengine 4

Hướng dẫn cài easyengine 4 #Để cài đặt easyengine 4 trên linux chạy lệnh sau: wget -qO ee rt.cx/ee4 && […]
Do you like it?
Đọc luôn
Xem thêm 6 bài
© 2016 Tuấn sữa - Blog