Step 1: Install nvm package Step 2: Set Env Step 3: Install node version User guide: https://github.com/nvm-sh/nvm#usage
Blog Posts
Bước 1: Import Collection có kèm theo sample response. Bước 2: Chọn Mock collection Bước 3: Config và create mock server. Bước 4: Get URL ...
Gần đây, anh PM cũ đã hỏi tôi về cách tôi nhìn nhận một người nào đó đủ tiêu chuẩn trở thành Lead Engineer (LE)/ Tech ...
Step 1: General configuaration. Step 2: ATLASSIAN CLOUD > Migration Assistant Step 3: Create new migration Step 4: Chọn spaces, users, groups,… to migration cloud.
Tổng quan Định nghĩa: Cron là một tiện ích cho phép thực hiện các tác vụ một cách tự động theo định kỳ, ở chế ...
Basic scp source_file_name username@destination_host:destination_folder Provide the detail information of SCP process using -v parameter Basic SCP command without parameter will copy the files in background. User will ...
Create a new user and group # Add user dev useradd dev # Add user group groupadd group_dev # Set password user dev passwd dev ...
CREATE USER User on localhost/IP other: CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; // CREATE USER 'dev'@'localhost' IDENTIFIED BY 'dev@123'; User on all IP: CREATE USER ...