Zabbix Server on Arch Linux
Arch Linux Setup [root@ecs-lab-zabbix501 ~]# history 1 ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime 2 hwclock --systohc 3 nano /etc/locale.gen 4 locale-gen 5 nano /etc/locale.conf 6 cat /etc/vconsole.conf 7 nano /etc/vconsole.conf 8 nano /etc/hostname 9 cat /etc/hosts 10 nano /etc/hosts 11 mkinitcpio -p linux 12 passwd 13 pacman -Ss efiboot 14 pacman -S core/efibootmgr 15 efibootmgr -v 16 ls -l /boot 17 efibootmgr -c -d /dev/sda -p 1 -L "arch" -l '\vmlinuz-linux' -u 'initrd=\initramfs-linux.img' 18 source /etc/profile 19 env update 20 efibootmgr -v 21 e...