Cara bikin script atau job yg berjalan kurang dari 1 menit di linuxSebenernya linux sudah menyediakan crontab buat job scheduler, tapi crontab maksimal atau paling kecil hanya 1 menit, kalo kebutuhannya…Aug 29, 2022Aug 29, 2022
MySQL table partition by month from unix timestamp1. Create column with data type ‘date’Aug 29, 2022Aug 29, 2022
How to use SUBSTRING_INDEX() MySQLThe SUBSTRING_INDEX() function returns a substring of a string before a specified number of delimiter occurs.Aug 29, 2022Aug 29, 2022
How to scan disk after add hardisk from virtual machine controlShow host from OS disk -> ls /sys/class/scsi_host/ host0 host1 host2Mar 21, 2022Mar 21, 2022
Kill multiple process in one command centos/redhat/ubuntuExample : python multiple process and cannot select python process to killApr 8, 2021Apr 8, 2021
Extend New Disk Centos/RedHat/Ubuntu Via Comand Line#pvcreate /dev/sdb2 (new disk name)Apr 2, 2021Apr 2, 2021
How to create master-master replication MySQL using mysqlbinlog and RsyncFrom : Server-1 : master and Server-2 : slaveMar 6, 2021Mar 6, 2021