~]*[ rahox ]*[~

Menulis dalam catatan... Mencatat dalam tulisan...

Thursday, September 7, 2023

Script install nodejs v18 di Debian 11

›
#!/bin/sh # howto install nodejs v18 # require debian 11 sudo apt-get update -y sudo apt-get install -y ca-certificates curl gnupg sudo mkdi...
Friday, March 10, 2023

Recovery ZFS Frebsd

›
# zpool status   pool: zroot  state: DEGRADED status: One or more devices could not be opened.  Sufficient replicas exist for         the po...
Wednesday, January 11, 2023

Script Cek GGC Pada Mikrotik

›
/tool fetch url="https://redirector.gvt1.com/report_mapping\?di=no" http-method=get output=file dst-path=ggc :delay 1 # baca isi f...

Cara Limit Bandwidth Vlan dalam Port Switch Huawei

›
# traffic classifier VLAN234 type or  if-match vlan 234 # traffic behavior LIMIT-VLAN234  statistics enable  car cir 512000 kbps pir 512000 ...
Saturday, October 1, 2022

Cara Install Docker Pada Debian Buster 10

›
Hi All, Kali ini saya akan menulis catatan cara install docker pada debian 10 / debian buster, kali ini saya gunakan untuk monitoring system...
Sunday, May 8, 2022

Clear log otomatis

›
sekarang coba lihat list file log : find /var/log/ -type f -regex '.*\.[0-9]+\.gz$' kl mau delete : find /var/log/ -type f -regex ...
›
Home
View web version
Powered by Blogger.