08/12/2018Hướng dẫn cài đặt và sử dụng EasyEngine 3.5 trên vps ubuntu 16.04 full phpmyadmin – ftp – httpsChào các bạn, hôm nay mình hướng dẫn các bạn cài đặt một vps tự động chạy website wordpress dễ […]
21/04/2020Format number with Javascriptfunction 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
20/12/2023Configure SFTP on EE4 serverThis article describes how to setup SFTP on a EE4 server. We will accomplish it by running SFTP daemon in […]
15/06/2020Các khái niệm RDBMS căn bản trong SQLRDBMS 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 […]
09/03/2020Automatically Set the WordPress Image Title, Alt-Text & Other MetaChèn vào file function.php /* Automatically set the image Title, Alt-Text, Caption & Description upon upload --------------------------------------------------------------------------------------*/ add_action( 'add_attachment', 'my_set_image_meta_upon_image_upload' […]
06/09/2022How to Add a New Disk to an Existing Linux ServerAs system administrators, we would have got requirements wherein we need to configure raw hard disks to the existing servers […]