How to enable SSH password authentication
Chỉnh sửa file bằng quyền sudo sudo nano /etc/ssh/sshd_config Tìm đến dòng PasswordAuthentication no Và đổi nó thành PasswordAuthentication yes Lưu file này lại Sau đó tiến hành khởi động…
Chỉnh sửa file bằng quyền sudo sudo nano /etc/ssh/sshd_config Tìm đến dòng PasswordAuthentication no Và đổi nó thành PasswordAuthentication yes Lưu file này lại Sau đó tiến hành khởi động…
Kiểm tra phiên bản Git git --version //git version 1.8.3.1 Xóa phien bản Git hiện tại sudo yum -y remove git sudo yum -y remove git-* Thêm End Point CentOS…
Props Props là cách để truyền dữ liệu từ component cha xuống component con và component con chỉ được đọc và không thể thay đổi. Ví dụ: class Welcom extends…
Component: độc lập và tái sử dụng. Có 2 kiểu: Functional component và Class component Functional component Functional component là function Javascript trả về 1 React element, có thể nhận…
Đổi mật khẩu sudo passwd root Xem thông tin cpu lscpu Di chuyển thư mục mv folder_name folder_dir Tải file từ server qua ssh scp your_username@host:foobar.txt /local/dir Zip folder sudo…
npx create-react-app my-app cd my-app npm start