Esports
Connect to Elasticsearch (Opensearch Service
In this tutorial, we are gonna install elasticsearch-php client and connect to Opensearch Service (Elasticsearch 7.10) on AWS Cloud. Prerequisites You have already installed Elasticsearch 7.10 on Opensearch service with public access (internet), so we just go installing elasticsearch-php-client Using PHP 8.3.12 for elasticsearch-php client v7.11.0 Installed Apache webserver Ubuntu 24.04 Summary steps Install composer […]
How to Install PHP 8.0 / PHP 8.0 FPM on Ubuntu 24.04
By default, if we install PHP on Ubuntu 24.04, it will automatically choose PHP 8.3.x. But, how if we want to install PHP 8.0 on ubuntu 24.04 ? Install PHP 8.0 / PHP 8.0 FPM on Ubuntu 24.04 For the information, i have Ubuntu 24.04 lsb_release -a To install PHP 8.0 / PHP 8.0 FPM, […]
Install a library using composer in Codeigniter v3.1.13
By default, Codeigniter v3.1.13 already has a composer.json file in root project, but it doesn’t have vendor folder yet. Now, if we want to install a library using composer, how? First, you have to install composer on your server Then running command composer require to install any library. Install composer For the information, i use […]
MySQL 8 storage grows so fast on Ubuntu, disable your binlog!
My specification: MySQL 8.0.41 Ubuntu server 24.0.1 LTS An issue in my Ubuntu is the remaining storage shrink so fast. After trying to calculate the size of each folder, i found a strange thing. du -sh /var/lib/* /var/lib/mysql has 3.8GiB, however i just have a database with small data in it. I then go into […]
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
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
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: 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 external certificate authorities, and it […]
Increasing .vdi size in Virtualbox 7
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. Problem extend volume cannot be […]