vSwitch rescue dari CLI
Virtual Distributed Switches have many advantages over standard switches. Because you have a centralized configuration over all hosts they’re less error prone to configuration errors than standard switches. Call me…
Cara mengupgrade VMware vCenter Server Appliance (VCSA) 7.0 ke VCSA 8.0
I have demonstrated in previous blog posts how to deploy VMware vCenter 6.7 and 7.0 both manually and with automation using Ansible. Now that vSphere 8 is GA, I have upgraded…
Bagaimana cara pull docker container dari registry dan push ke registry lainnya
In a business, when consuming public docker images, you may want to sanitise them, running some processes before putting them to use. This process could be used for: Generally that…
Cara mensetting SSL pada Gitlab Registry
Cara memasang SSL pada GitLab Container Registry agar aman dan tidak muncul warning ketika melakukan aktifitas push maupun pull Edit /etc/gitlab/gitlab.rb GitLab configuration file to define registry address. [...] registry_external_url 'https://registry.example.org/' [...]…
Cara menambahkan sertifikat CA root pada berbagai system Operasi Linux
SSL certificate problem: unable to get local issuer certificate disebabkan karena pada mesin tidak ditemukan CA root untuk sertifikat yang sedang diakses, untuk menghilangkan alert tersebut kita perlu menambahkan sertifikat…
Cara merestart network pada berbagai system Operasi Linux
Redhat 8 dan yang lebih baru Restart NetworkManager: Melakukan pengecekan NetworkManager
Cara menginstall DNS Server dnsmasq di Linux Redhat 8
This article will show you how to install and configure a DNS server using dnsmasq on CentOS 7 / RHEL 7 / CentOS 8 / RHEL 8. This will be…
Contoh konfigurasi OpenSSL dari website IBM
You can use the following example files with the openssl command if you want to avoid entering the values for each parameter required when creating certificates. Note: You must update the configuration files…
Cara men-generate Seft-Signed SSL sendiri
In this guide, we have given step-by-step guides on how to create self-signed certificates using the OpenSSL utility. You can create self-signed certificates using commands or automate them using a shell script…