2025
Renewing registration for a domain on AWS Route 53 -…
If you have a domain that registered on Route 53 service (either from a new registration domain or transfer domain registration to route 53), AWS will configure the domain to renew automatically. For example, i have domain latcoding.com that transferred to route 53, see Auto-renew column, it’s On. And see expiration date column, the domain […]
Mengatasi PIN adsense tidak kunjung sampai – latcoding.com
Saya mau share mengatasi PIN adsense tidak kunjung sampai dan pada akhirnya sampai juga (Setelah 4 bulan menunggu). Kendala PIN adsense tidak sampai Kendala yang saya hadapi adalah PIN adsense tidak sampai, bahkan setelah 3x request PIN. Untuk diketahui, PIN adsense dikirimkan melalui POS. Jadi solusinya adalah tanyakan ke pihak POS. Disini saya menanyakan melalui […]
Delete image on ECR automatically – AWS Cloud
When you store container image in ECR (Elastic Container Repository), the image will be kept on there and not deleted automatically. The problem is, your ECR cost will be skyrocket when you have many deploy and it creates a lot of images in ECR. In order to solve this problem, you can leverage ECR lifecycle […]
How to install CloudPanel on EC2 Instance – AWS Cloud -…
CloudPanel is like CPanel, but it’s free. The following are steps to install cloudpanel on EC2 instance. Install CloudPanel on EC2 Summary Steps: The step is simple, – we just need to click a link provided by cloudpanel website, – it then redirects to launch EC2 instance page on AWS console, and automatically selecting cloudpanel […]
How to Setup CloudPanel Custom Domain on EC2 Instance
In the previous tutorial, we have installed cloudpanel on EC2 instance on Ubuntu 24.04. And to access cloudpanel, we use IP address instead of domain name, as follows: https://13.215.x.x:8443 That is not best practice, because we are using untrusted SSL/TLS on HTTPS (self signed certificate), which means the certificate is not verified by externalcertificateauthorities, and […]
Increasing .vdi size in Virtualbox 7 – latcoding.com
Yesterday, i was facing a problem, my windows 10 running on virtualbox has 1% remaining storage and i don’t know how to increase it at that time. After researched on the internet for some hours, finally i got the solution (increase .vdi size). Here i will share it to you. Open your virtualbox (i’m using […]
Example Go Template Syntax – Conditional If-Else, env,…
This is an example of Go template syntax, what are doing here: Create $domain variable with an empty value. Create $ns variable with a value that comes from NAMESPACE environment variable. So, we need to fill that first to make the logic work. E.g export NAMESPACE=staging. Logic / conditional if-else for checking the equality ( […]
Auto Scaling Web Server di Alibaba Cloud
Kali ini admin ingin berbagi tahap-tahap auto scaling web server di alibaba cloud. Artikel ini tidak terlalu teknis, jadi nanti hanya memberikan garis besar nya saja dan diberikan tips sesuai implementasi yang telah dilakukan oleh admin. Semoga artikel selanjutnya bisa membahas secara teknis bagaimana melakukanya. Jika teman-teman ada pengalaman terkait hal ini, mari diskusi dibawah. […]
Cloudflare Zero Trust – Solusi Server Tidak Punya IP…
Pada kesempatan kali ini admin ingin berbagi terkait produk Cloudflare Zero Trust. Studi kasus yang dibahas pada kali ini spesifik dalam hal solusi server tidak punya IP publik. Jadi, output nya nanti anda bisa membuat aplikasi di server lokal (vps / vm) bisa diakses dari publik. Yang perlu diinformasikan adalah anda hanya perlu koneksi internet […]
Setting Load Balancing MikroTik – Fail Over (Recursive…
Kali ini admin ingin share tentang setting load balancing mikrotik lagi. Studi kasus nya mirip artikel-artikel sebelumnya yaitu terkait load balancing. Artikel ini lebih memberikan tips kepada anda yang mempunyai 2 sumber internet di rumah atau di kos-an, namun kondisi internet tersebut tidak stabil. BARU ! Setting Load Balancing 2 ISP Menggunakan PCC + Fail […]