hoangpv.hashnode.devNexus RepositoryNexus Repository là công cụ lưu trữ artifact mạnh mẽ, hỗ trợ nhiều định dạng như Maven, npm, Docker. Nó giúp quản lý phiên bản, phân quyền truy cập, tích hợp CI/CD, bảo mật và tăng tốc quá trình build phần mềm trong môi trường DevOps hiện đại. Setup ...Sep 4, 2025·7 min read
hoangpv.hashnode.devTạo chứng chỉ SSL cho subdomain với Cloudflare & DockerCài đặt Docker sudo apt-get update sudo apt-get install docker.io -y sudo usermod -aG docker $USER Cài đặt Nginx sudo apt install nginx sudo systemctl start nginx sudo systemctl status nginx Tạo thư mục lưu trữ certificate sudo mkdir /etc/l...Sep 4, 2025·1 min read
hoangpv.hashnode.devProwler for securitySetup Clone git repository git clone https://github.com/prowler-cloud/prowler.git Download docker, docker-compose # Download docker sudo apt update sudo apt install docker.io sudo systemctl start docker sudo systemctl enable docker # Downl...Aug 13, 2025·20 min read
hoangpv.hashnode.devGCP Pentest Lab CTFGCP-Pentest-Lab là một môi trường có lỗ hổng được thiết kế để khám phá và khai thác các lỗi cấu hình sai (misconfigurations) trên Google Cloud Platform (GCP). Dự án này chứa các lỗi cấu hình sai khác nhau (với 6 flag), và các flag này không có định d...Aug 6, 2025·5 min read
hoangpv.hashnode.devTroubleshooting GitlabFatal: unable to access 'https://gitlab.hoangpv.com/administrator/crypto-dashboard.git/': Could not resolve host: gitlab.hoangpv.com. Gitlab-runner docker Thêm đoạn sau vào cuối mô tả gitlab-runner trong file config.toml dns = ["8.8.8.8", "8.8.4.4"] ...Apr 8, 2025·1 min read