Robohnya Surau Kami

ROBOHNYA SURAU KAMI – AA Navis (1956) Kalau beberapa tahun yang lalu Tuan datang ke kota kelahiranku dengan menumpang bis, Tuan akan berhenti di dekat pasar. Melangkahlah menyusuri jalan raya arah ke barat. Maka kira-kira sekilometer dari pasar akan sampailah Tuan di jalan kampungku. Pada simpang kecil ke kanan, simpang yang kelima, membeloklah ke jalan sempit itu. Dan di ujung…

Read More »

Cron job

Listing crontab list : crontab -l Crontab edit: crontab -e Structure: .—————- minute (0 – 59) | .————- hour (0 – 23) | | .———- day of month (1 – 31) | | | .——- month (1 – 12) OR jan,feb,mar,apr … | | | | .—- day of week (0 – 7) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat | |…

Read More »

How to fix: Error 1075, The dependency service does not exist or has been marked for deletion

Exact error: System error 1075 has occurred. The dependency service does not exist or has been marked for deletion. Symptom: Viewing any Windows XP/Vista service “Dependencies” tab in Control Panel > Administrative Tools > Services, throw an error. Possibly cause(s): Broken Windows Management Instrumentation repository. Purpose: Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based…

Read More »

semget: No space left on device

Whenever you start Apache, it keeps crashing with error “semget: No space left on device”. Apacha error_log shows: # tail /etc/httpd/logs/error_log semget: No space left on device semget: No space left on device [Wed Sep 12 10:54:27 2007] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten — Unclean shutdown of previous Apache run? semget: No space left on device [Wed Sep 12 10:56:27…

Read More »

How to fix ConfigServer Mail Manage Internal Server Error after cPanel upgrade?

I was upgrading my cPanel to v11.24.4-R32603 – WHM 11.24.2 – X 3.9 and I noticed that ConfigServer Mail Manage is broken after the upgrade. Below is the error message I got while accecssing ConfigServer Mail Manage (http://[IP_Address]:2087/cgi/addon_cmm.cgi) Internal Server Error Premature end of script headers: /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi:Please check / usr / local / cpanel / logs / error_log for the…

Read More »

How to move MySQL datadir to another drive

Is your MySQL database consuming a significant amount of space, and your current drive is running out of storage? Moving your MySQL database to another drive can be a viable solution, minimizing downtime while potentially boosting MySQL performance, particularly on high-speed drives like Raptor or SCSI. In this guide, we’ll walk you through the process. I’m assuming: – the second…

Read More »