Wazuh Agent Port

Install Wazuh on Ubuntu 24.04 server Quickstart

Cara Membersihakan email postfix

Issue Resolution  To flush the queue (force delivery) :     [root@rh-mcnode01 ~]# postfix flush  To delete mails from queue :         Check the mail queue, using the mailq command and delete a specific email like so :      [root@rh-mcnode01 ~]# postsuper -d mailID  To remove all mail from all the queues […]

Mencari Direktori Berukuran Besar di Linux

Menginstall Grafana dan Zabbix Pluggin Centos 9 Stream

wget -q -O gpg.key https://rpm.grafana.com/gpg.key sudo rpm –import gpg.key vi /etc/yum.repos.d/grafana.repo name=grafana baseurl=https://rpm.grafana.com repo_gpgcheck=1 enabled=1 gpgcheck=1 gpgkey=https://rpm.grafana.com/gpg.key sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt exclude=*beta* sudo dnf install grafana-enterprise atau sudo dnf install grafana sudo systemctl daemon-reload sudo systemctl start grafana-server sudo systemctl status grafana-server sudo systemctl enable grafana-server.service sudo systemctl restart grafana-server firewall-cmd –zone=public –add-port=3000/tcp –permanent firewall-cmd –reload grafana-cli […]

Update Kali Linux 2023

sudo apt update sudo apt upgrade atau sudo apt update && apt upgrade -y

Mempercepat update Kali Linux 2023.3

$ sudo cat /etc/apt/sources.list $ sudo cp /etc/apt/sources.list /etc/apt/sources.listbak (backup) $ sudo nano /etc/apt/sources.list atau $ sudo vi /etc/apt/sources.list deb https://mirrors.ocf.berkeley.edu/kali/ kali-rolling main contrib non-> # For source package access, uncomment the following line # deb-src https://mirrors.ocf.berkeley.edu/kali/ kali-rolling main contrib> $ sudo apt clean $ sudo apt update && apt upgrade -y