Cara mereset password Admin Nginx Proxy Manager dengan DB SQLite
Menginstall SQLite untuk dapat memanage database SQLite Buka database SQLite dengan perintah berikut: Jalankan perintah update user untuk menset data is_delete = 1 Kemudian Restart docker Nginx Proxy Manager Kemudian…
Cara memperbaiki error UPGRADE FAILED: Kubernetes cluster unreachable: the server has asked for the client to provide credentials
root@kube-node-a:~# helm upgrade rancher rancher-stable/rancher –namespace cattle-system –set hostname=192.168.72.90.sslip.io –set bootstrapPassword=P@55w0rdxxError: UPGRADE FAILED: Kubernetes cluster unreachable: the server has asked for the client to provide credentialsroot@kube-node-a:~# Menambahkan kubectl ke .kube/config…
Cara menconvert SNMP dengan SNMP Generator
SNMP Exporter Config Generator This config generator uses NetSNMP to parse MIBs, and generates configs for the snmp_exporter using them. Building Due to the dynamic dependency on NetSNMP, you must…
Cara menginstall Kubernetes K8s di Ubuntu
Introduction: This is the second blog in a series of blogs for setting up Microk8s. Link to part 1 MicroK8s simplifies the deployment of Kubernetes on Linux (Red Hat and Ubuntu).…
Cara membackup database Postgresql
pgBackRest repository location The first decision you’ll have to take is to know where to store your pgBackRest repository. It can be any supported repo-type with or without a dedicated backup server…
Cara menampilkan real ip di webserver apache di belakang reverse proxy
Edit Apache configuration file Add Example Doing this will make PHP scripts show real IP of visitor. You need to restart Apache web server before the change take effect. You…
Cara menginstall database postgresql 14 pada Centos 7
The PostgreSQL database management system has been in active development for over 30 years now. Throughout its journey, it has earned a strong reputation for its reliability, robustness, and performance.…