[Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token.
Gần dây khi anh em git pull tới Bitbucket sẽ thấy dòng thông báo: nếu bây giờ chúng ta không thể dùng app password để git clone hay pull và push.thì chúng ta sẽ dùng gì thay thế:Chúng ta sẽ cần create API Token để thay thế.https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/ Đầu tiên bạn truy cập vào link này:…
Read More “[Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token.” »
[Teamcity] How to transfer the value from pipeline A to pipeline B
Làm thể nào để ta có thể chia sẽ value từ pipline A sang pipeline B Ở step này thì nẽ build ra file .jar Tiếp đến bạn tạo 1 Pipeline khác.Để copy các artifacts và đẩy lên S3. Mục tiêu của chúng ta là Pipeline Deploy sẽ copy các Artifact của Pipeline BuildLúc này…
Read More “[Teamcity] How to transfer the value from pipeline A to pipeline B” »
[Windows] Remove the process that consumes too much CPU.
WMI Provider Host The WMI Provider Host (WmiPrvSE.exe) is a legitimate Windows process that plays an essential role in system management Open Command Prompt (Admin): Service Host: Program Compatibility Assistant Service Helps older or legacy software run properly on modern versions of Windows by detecting compatibility issues and suggesting fixes (like running in compatibility mode)….
Read More “[Windows] Remove the process that consumes too much CPU.” »
Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes
1. File Browser 2. KubeFileBrowser
[Azure/MongoDB] Creating Azure Cosmos DB for MongoDB (RU)
1)Install the Azure Cosmos DB for MongoDB (RU) 1.1) Basic Tap 1.1.1) Project Details – Thông tin dự án Workload Type*→ Lựa chọn loại khối lượng công việc bạn muốn chạy: – Learning – Devlopment/Testing – ProductionDựa vào đó, Azure sẽ đề xuất thiết lập tối ưu, nhưng bạn vẫn có thể điều chỉnh theo…
Read More “[Azure/MongoDB] Creating Azure Cosmos DB for MongoDB (RU)” »
[ArgoCD] ArgoCD suddenly can not connect to private registries.
Bỗng một ngày đẹp trời bạn Upgrade Argocd lên version mới nhất con mình là lên Argocd v3.0.3 Thì đoàng các application của bạn bị Unknow. Failed to load target state: failed to generate manifest for source 1 of 2: rpc error: code = Unknown desc = failed to list refs: error creating SSH agent:…
Read More “[ArgoCD] ArgoCD suddenly can not connect to private registries.” »
[Linux Tips] Be Careful When Using the chown Command on Alpine Linux 3.21 – Don’t Use the Dot Anymore!
Gần đây khi làm việc với Alpine Linux 3.21, mình gặp phải một lỗi khá “khó chịu” khi dùng lệnh chown để đổi chủ sở hữu và nhóm cho file. Bình thường, mình vẫn hay quen dùng cú pháp kiểu: Ví dụ: Nhưng lần này, Alpine 3.21 lại báo lỗi, không thực hiện được! Sau…
[Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud.
Đâu tiên nếu chúng ta chưa đăng ký sử dụng Event Hub sẽ bị lỗi trên.Chúng ta sẽ thực hiện đăng ký như sau: Bạn tìm đến eventhub click vào: Tiếp theo thì bạn sẽ chọn Subscription và Resource groupNamespace name nó là tên của event-hub rồi chọn region Pricing tier: chúng ta có rất…
Read More “[Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud.” »
[Azure/Resource Group] Create Resource Group on azure cloud
Trong Azure Cloud, Resource Group là một nhóm logic các tài nguyên (resources) như máy ảo (VM), cơ sở dữ liệu, ứng dụng, và các dịch vụ khác mà bạn muốn quản lý như một đơn vị. Nó giúp tổ chức và quản lý tài nguyên dễ dàng hơn. Các tính năng chính của Resource…
Read More “[Azure/Resource Group] Create Resource Group on azure cloud” »