Uji Akses Zabbix API Guna Token: Panduan Santai Dari Satu Skrip Python
Simple Python script untuk validate Zabbix API token. Test connectivity dan authentication dalam satu script.
Simple Python script untuk validate Zabbix API token. Test connectivity dan authentication dalam satu script.
Python script untuk check Zabbix maintenance windows via API. List active, upcoming, dan filter by host group.
Debug SAML SSO login failure — samlNameID attribute missing from session. Common causes and how to fix.
Setup NGINX FastCGI Cache untuk WordPress on Docker. Response time bawah 100ms, PageSpeed score naik.
Tips praktikal urus Terraform/OpenTofu state — fix state lock, sync state dengan AWS, dan rolling upgrade tanpa downtime.
Isu LexoRank Jira: apa yang sebenarnya berlaku? Dalam tempoh beberapa minggu lepas, pengguna mula mengadu – “tak boleh ubah status, keluar ralat ‘Error occurred while storing issue’”. Ralat ini muncul di pelbagai projek dan jenis isu, bukan satu dua sahaja. Masalahnya pula datang dan pergi – lepas restart node Jira, semuanya ok… kemudian beberapa … Read more
Pengenalan Postfix adalah Mail Transfer Agent (MTA) yang popular untuk Linux. Dalam artikel ini, saya akan tunjukkan cara configure Postfix untuk guna Gmail SMTP relay dengan authentication. Ini berguna untuk server yang perlu send email tapi tidak ada dedicated mail server. Kenapa Guna Gmail SMTP Relay? Prerequisites Sebelum mula, pastikan anda ada: Langkah 1: Install … Read more
Live dashboard: hilux.azmi.my Apa Benda Ni Aku bina web scraper yang kumpul listing Toyota Hilux dari Mudah.my setiap hari, simpan dalam AWS, dan papar dalam dashboard dengan charts dan filters. Automated — tak perlu buat manual. Tech Stack Terraform — IaC untuk semua AWS resources Lambda — serverless scraper, bayar ikut guna DynamoDB — simpan … Read more
Pengalaman & Penyelesaian Isu yang Aku Hadapi Pengenalan Ansible ialah automation tool yang popular untuk provisioning, configuration management, dan deployment.Masalahnya, Ansible dibina untuk Linux/Unix environment dan tidak secara rasmi disokong pada Windows.Kalau guna Windows, biasanya kita kena: Tapi dalam environment kerja aku, WSL & install global tak dibenarkan (Windows environment “restricted” habis).Jadi aku pilih jalan … Read more
If you’re facing an EC2 boot issue after Terraform deployment, you’re not alone. In my recent experience using Rocky Linux 9 on AWS EC2, everything worked perfectly after provisioning — until I rebooted. The instance failed to come back online due to a missing NVMe driver in the initramfs, resulting in a kernel panic. Here’s … Read more
When I recently renewed my SSL certificate files from 123-reg, I was confused by all the different files they sent me. If you’ve ever wondered what those various SSL certificate files are for, here’s what I learned through the process. The Certificate Files Breakdown When I downloaded my new SSL certs, I got these files: On my server, I … Read more
Confluence database restoration can be tricky, especially when you encounter permission errors. I just wrapped up a challenging restoration project and wanted to share some key insights that might save you hours of troubleshooting. The biggest challenge? Database privileges. Our restore kept failing with this error: This happens because the SQL dump contains DEFINER clauses … Read more
Simplified approach to upgrading from InfluxDB 1.8 to 2.7 using Docker Compose: Step 1: Create Docker Compose for InfluxDB 1.8 Step 2: Create Docker Compose for InfluxDB 2.7 Upgrade This will upgrade the data automatically from InfluxDB 1.8 to 2.7. It will create the required structure for InfluxDB 2.x in the ./influxdb2 directory and migrate … Read more
“not contain the JNI_CreateJavaVM” – The JNI_CreateJavaVM symbol is a function symbol that is used in the Java Native Interface (JNI) to create a Java Virtual Machine (JVM) instance. If a system does not contain the JNI_CreateJavaVM symbol, it means that the JNI library cannot be loaded properly and that the JVM cannot be created … Read more
Been using letsencrypt for couple of years and manually generate using certbot whenever certificates expired. Yesterday taking sometime to upgrade certbot packages and set up some automation for renewal. I have removed old certbot packages which was installed using yum and then use snap to install new certbot. You can refer to their guides to … Read more
Dari setup traditional server dekat rumah.. pindahkan ke AWS, dah tak mampu nak maintain kos AWS sebab OPR yang makin naik pindah balik ke server dekat rumah tapi nak set up dia duduk dalam docker pulak. Site nih dah berapa kali pindah tak tahu lah. LOL. Cari dalam github jumpa sorang satu repo ada stack … Read more
Ada sedikit issue selepas downgrade dari php8 ke php7.4.4 sebab dah clearkan semua packages php7.4.4. Jadi bila buat sedikit research Mpdf function perlu module php-mbstring untuk jalankan function pdf generation. Tapi packages ini perlu dua repository di bawah ada dalam sistem. remi-php74 # cat /etc/yum.repos.d/remi-php74.repoThis repository only provides PHP 7.4 and its extensionsNOTICE: common dependencies … Read more
Selepas dari fix yang aku apply masalah masih ada. Jadi jumpa satu site https://sitecheck.sucuri.net yang boleh scan website dan identify file js mana yang infected. Hasil scan dapat kenal pasti dua fail dari cache directory & file js dari jquery directory infected. Jadi aku remove dua fail tersebut. Cara di atas boleh kata berkesan tapi … Read more
Terbaru website yang saya hosted sendiri kena malware. Malware yang saya jumpa masih boleh di”bersih”kan tapi kena pastikan backup juga masih ada dalam simpanan sekiranya tak boleh dibaikpulih. Simptom malware yang saya jumpa adalah dia sentiasa re-direct kita ke URL yang tidak sepatutnya user pergi seperti contoh website gambling, atau sebagainya. Dalam screenshot dibawah, boleh … Read more
Masa update crontab dengan job baru perasan yang cron log tak update. /var/log/message juga tak update. Cari juga penyelesaian di internet dan juga dari portal Red Hat tapi takde yang berhasil. Punca message & cron log tak update sebab service rsyslogd.service tak running. Bila restart service itu dia akan jadi failed balik. Terfikir untuk check … Read more