satu

Gajah mati meninggalkan tulang
harimau mati meninggalkan belang
manusia mati meninggalkan nama

persiapkan klu kalian mati ingin meninggalkan apa ?

Friday 28 December 2018

alter table zabbix database

sumber : https://support.zabbix.com/browse/ZBX-13789

Hi,

I have done some tunning on the database by adding few indexes :

ALTER TABLE `zabbix`.`problem` DROP INDEX `Test`, ADD INDEX `Test` (`source`,`object`, `r_eventid`) USING BTREE;

ALTER TABLE `zabbix`.`rights` DROP INDEX `Test`, ADD INDEX `Test` (`id`,`groupid`) USING BTREE;

Saturday 22 September 2018

Yum Repo Error

sumber : https://www.linuxquestions.org/questions/centos-111/yumrepo-error-centos-5-9-a-4175604669/
sumber : https://www.joeferguson.me/installing-php-5-6-x-on-centos-5-11/

Masalah

root@server1 $  yum --enablerepo=base info bash
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
 Eg. Invalid release/
removing mirrorlist with no valid mirrors: /var/cache/yum/extras/mirrorlist.txt

Tuesday 4 September 2018

command routing linux add / delete

sumber : http://www.softpanorama.org/Net/Netutils/route_in_linux.shtml