Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
      • Pod
    • Helm Chart
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Month: April 2024

[Laravel] This form is not secure. Autofill has been turned off

Posted on April 27, 2024October 30, 2024 By nim No Comments on [Laravel] This form is not secure. Autofill has been turned off
[Laravel] This form is not secure. Autofill has been turned off

Nếu bạn đang làm 1 form submit trên web và bông dưng gặp thông báo này.This form is not secure. Autofill has been turned off Lý do là action của bạn đang post sang 1 http chứ không phải là https Vậy giở bạn phải làm sao? The code you’ve written in the boot() method…

Read More “[Laravel] This form is not secure. Autofill has been turned off” »

Laravel

[Navicat] For development only

Posted on April 26, 2024 By nim No Comments on [Navicat] For development only

https://github.com/makara-dev369/Navicat-Premium16?tab=readme-ov-file Navicat Premium-16 KEY tial refresh 14 day For development only ,this code i get from another developer too. https://www.navicat.com/en/download/navicat-premium

Coding

[DocumentDB] Install MongoDB on AWS Cloud

Posted on April 25, 2024November 15, 2024 By nim No Comments on [DocumentDB] Install MongoDB on AWS Cloud
[DocumentDB] Install MongoDB on AWS Cloud

Introduce DocumentDB. DocumentDB mongoDB. Provisioning DocumentDB by Terraform. để provision DocumentDB chúng ta chủ yếu tìm hiểu 2 resources này:https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_clusterhttps://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster_instance chúng ta sẽ tìm hiểu 1 số value cần thiết thông qua config bên dưới: cluster_identifier: This is the name you give to your DocumentDB cluster for identificationbackup_retention_period: (Optional) parameter in the context of configuring…

Read More “[DocumentDB] Install MongoDB on AWS Cloud” »

AWS - Amazon Web Service

Gỡ lỗi chia sẻ link URL qua zalo, facebook…

Posted on April 22, 2024April 26, 2024 By nim No Comments on Gỡ lỗi chia sẻ link URL qua zalo, facebook…
Gỡ lỗi chia sẻ link URL qua zalo, facebook…

Thường thì khi chúng ta vừa mới cập nhật Hình đại diện, hoặc thay đổi tên trang landing page, nhưng copy URL để up lên zalo, Facebook thì nó vẫn hiển thị thông tin cũ. Giải pháp: Bạn cần phải #debug link (tức là gỡ lỗi chia sẻ đường link qua các ứng dụng khác)….

Read More “Gỡ lỗi chia sẻ link URL qua zalo, facebook…” »

BareMetal

[S3] You will naturally see files on S3 being deleted

Posted on April 15, 2024April 16, 2024 By nim No Comments on [S3] You will naturally see files on S3 being deleted
[S3] You will naturally see files on S3 being deleted

Bông nhiên bạn được đồng đội hỏi: Chúng ta sẽ giả định là không có human nào động tay trong việc này: Vậy là đã có cron nào đang mark detele tag vào file. Ở đây chúng ta thấy có 1 lifecycle cho việc gì đó cùng tiềm hiểu nào Sau khi mình edit chúng…

Read More “[S3] You will naturally see files on S3 being deleted” »

AWS - Amazon Web Service

[Terraform Issue] Blocks of type “precondition” are not expected here, or Optional object type attributes are experimental.

Posted on April 10, 2024April 10, 2024 By nim No Comments on [Terraform Issue] Blocks of type “precondition” are not expected here, or Optional object type attributes are experimental.
[Terraform Issue] Blocks of type “precondition” are not expected here, or Optional object type attributes are experimental.

Nếu bạn run terraform plan, apply nếu bị lỗi dưới Hoặc bị lỗi dưới: Thì bạn cần update terraform cli version.

Terraform

[Laravel] How to Route to Controller to View on Laravel 8 +

Posted on April 10, 2024April 10, 2024 By nim No Comments on [Laravel] How to Route to Controller to View on Laravel 8 +
[Laravel] How to Route to Controller to View on Laravel 8 +

Bạn có thể tham khảo bài dưới:https://www.scratchcode.io/laravel-8-target-class-controller-does-not-existhttps://laravel.com/docs/8.x/releases#routing-namespace-updates Đầu tiên Bạn cần tạo Controller băng command: bạn cần add thêm function index() và trỏ đến file home.blade.php chúng ta sẽ trở lại folder route giờ bạn truy cập vào web là hiện thị là ok

Laravel

[Grafana] Draw table visualization in Grafana

Posted on April 9, 2024November 15, 2024 By nim No Comments on [Grafana] Draw table visualization in Grafana
[Grafana] Draw table visualization in Grafana

Bạn sẽ tạo visualization: CHọn table Chúng ta có 4 metrics sau: Bạn cần điền thêm metrics và chọn Format: Table, Type: Instantvà add các metrics khác tương tự, Bạn chuyển qua tab Transform. Chúng ta cần combine metrics lại như sau:Metrics 1: thì lấy label node, self1, value will be Value #AMetrics 2: thì…

Read More “[Grafana] Draw table visualization in Grafana” »

Prometheus
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail. June 15, 2025
  • [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token. June 12, 2025
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025
  • [Windows] Remove the process that consumes too much CPU. June 3, 2025
  • Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes June 3, 2025

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.