Install SSL in Nginx Ubuntu
Website reference: https://docs.chaicode.com/ssl-in-nginx-ubuntu/ Các bước thực hiện: Install certbot Run command (Thay domain tương ứng) Điền email và nếu có (A)gree gõ A enter. nếu có (Y)es thì gõ Y enter.
Blog Công Nghệ
Nơi chia sẻ kiến thức
Website reference: https://docs.chaicode.com/ssl-in-nginx-ubuntu/ Các bước thực hiện: Install certbot Run command (Thay domain tương ứng) Điền email và nếu có (A)gree gõ A enter. nếu có (Y)es thì gõ Y enter.
1. Các khái niệm chính Dockerfile: không có đuôi file DockerImage Container DockerHub: docker image do cộng đồng đóng góp Docker Compose Volumn Docker Client Docker Server Docker registry Quy trình docker: Dockerfile => (build) => DockerImage => (Run) => Container Life cycle: 1.1 Docker trên Window Gồm 3 tầng: Docker CLI: cài lên …
Không có trích dẫn vì bài này được bảo vệ.
Không có trích dẫn vì bài này được bảo vệ.
1. Cài Nginx https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04 Chạy lên thử sẽ thấy trang welcome nginxhttp://your_server_ip add nội dung bên dưới Change root and server_name Find the server_names_hash_bucket_size directive and remove the # symbol 2. Cài PHP 8.1 https://www.digitalocean.com/community/tutorials/how-to-install-php-8-1-and-set-up-a-local-development-environment-on-ubuntu-22-04 3. Cài Composer 4. Cài Git https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-22-04 5. Change nginx 6. Cài MySQL https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04 7. Cài PHPMyadmin https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04 add thêm …
It’s possible to setup Next.js version 12 manually: Tham khảo: https://stackoverflow.com/questions/75470624/how-to-create-next-app-using-version-12-instead-of-version-13
Vào folder chứa chrome.exe và chạy lệnh sau: Chrome sẽ mở lên với dòng chữ: You are using unsupported command-line….
1. Django basic Cài đặt python https://www.freecodecamp.org/news/how-to-install-python-in-windows-operating-system/ Try catch: 2. Thư viện MarshMallow – Validate Install 3. Serializer Convert data từ python sang json. Cần cài rest_framework Tạo file TodoSerializer.py Sử dụng: 4. Middleware Định nghĩa middleware add vào file settings.py 5. Locale Download gettext and install Có tạo file .po trong folder locale Cấu trúc file …
Viết app script và deploy app web. Code trên lấy param từ url truyền vào, để lấy data sheet tương ứng.
1. IAM 1.1 CREATE USER & GROUP IAM => user Create user => username, tick provide user => I want to create IAM User => Auto generate / Custom Password => User must create => Next Add user to group => Create group => type name => select AdministratorAccess => Create user group => click vào …