common: add Indonesian translation (#12981)

This commit is contained in:
Reinhart Previano Koentjoro
2024-06-18 15:25:54 +07:00
committed by GitHub
parent 785eb9290b
commit afa0c0ef7c
8 changed files with 195 additions and 0 deletions

16
pages.id/common/arp.md Normal file
View File

@@ -0,0 +1,16 @@
# arp
> Tampilkan dan manipulasi cache informasi ARP pada sistem operasi Anda.
> Informasi lebih lanjut: <https://manned.org/arp>.
- Tampilkan informasi tabel ARP yang dikenali sistem operasi Anda saat ini:
`arp -a`
- Hapus suatu entri dari tabel ARP sistem:
`arp -d {{alamat}}`
- Ma[s]ukkan suatu entri baru ke dalam tabel ARP sistem:
`arp -s {{alamat_ip}} {{alamat_mac}}`