chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600
  • Tin tức nổi bật
  • Tin tuyển dụng
  • Kho tài liệu
    • 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
✕
  • Lọc bởi
  • Danh mục
  • Thẻ
  • Tác giả
  • Hiện hết
  • Tất cả
  • Các lệnh Sql hay dùng
  • Cms
  • Công cụ
  • Công nghệ thông tin
  • DevOps Engineer
  • Docker
  • EasyEngine
  • EasyEngine3
  • EasyEngine4
  • Git
  • Hệ điều hành
  • Javascript
  • Lập trình
  • Linux
  • Linux terminal command
  • Php
  • SEO
  • Server and vps
  • Solution
  • Sql
  • Sql căn bản
  • Theme wordpress
  • Tin tuyển dụng
  • Wordpress
  • Tất cả
  • Betheme
  • Easy engine 4
  • Lập trình PHP
  • Linux
  • mysql
  • SEO
  • Sql
  • Ubuntu
  • wordpress
  • Tất cả
  • chutuoc
  • Tuấn Sữa
12/10/2023

Disable xmlrpc wordpress

Add code to wp-config.php or function.php file
Do you like it?
Đọc luôn
29/11/2025

Giới Thiệu Tổng Quan Về Ubuntu

1. Ubuntu là gì? Ubuntu là một hệ điều hành mã nguồn mở dựa trên nhân (kernel) Linux, được phát […]
Do you like it?
Đọc luôn
21/04/2020

Format number with Javascript

function formatNumber(num) { return num.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1,') } console.info(formatNumber(2665)) // 2,665 console.info(formatNumber(102665)) // 102,665 console.info(formatNumber(111102665)) // 111,102,665
Do you like it?
Đọc luôn
15/06/2020

Các khái niệm RDBMS căn bản trong SQL

RDBMS là gì? RDBMS là viết tắt của Relational Database Management System ((Hệ thống quản lý cơ sở dữ liệu […]
Do you like it?
Đọc luôn
29/06/2020

Thêm swap cho vps linux

Create a Swap File sudo fallocate -l 1G /swapfile ls -lh /swapfile Output: -rw-r--r-- 1 root root 1.0G Apr 25 […]
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
Xem thêm 6 bài
© 2021 Chu Tước Việt Nam