Memperbaiki cluster Postgres yang statusnya replikasi semua dan stopped
Remove cluster_1 Beberapa saat kemudian
Cara memperbaiki error Class ‘Facade\Ignition\IgnitionServiceProvider’ not found pada laravel
Pada website muncul error berikut jika mode debug dinyalakan Jalankan perintah berikut pada directory root laravel
Melakukan instalasi Gitlab dengan docker compose
Membuat directory untuk gitlab home Menexport variable GITLAB_HOME Melakukan update atau penyesuaian docker compose gitlab Menjalankan docker compose untuk mendeploy container gitlab Melakukan pengecekan status container Melakukan pengecekan port gitlab
Cara mendeteksi duplicate IP dengan ARP scan di Ubuntu
untuk melakukan scan ip di segment yang sama, bisa menjalankan perintah arp-scan –interface ens160 -l
Cara menginstall docker pada Ubuntu 22.04 dengan one click script
Mendownload script one click docker install dari website resmi docker Untuk testing script jalankan perintah : sudo sh ./get-docker.sh –dry-run Untuk memulai instalasi docker, jalankan perintah berikut : sudo sh…
Cara menambahkan CA Certificate in GitLab CI with dind service
Today I struggled to try to connect to a private registry from within a gitlab-runner running docker-in-docker (or dind). The CI stopped with the error x509: certificate signed by unknown authority.…
Kubernetes Harbor Image Proxy Cache — From Minutes to Milliseconds
When you deploy a workload to Kubernetes, the containers in a certain Pod are naturally based on OCI container Images. These Images can be pulled from private/public repositories of many…