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.
Month: March 2021
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 ...