common: add Indonesian translation (#12981)
This commit is contained in:

committed by
GitHub

parent
785eb9290b
commit
afa0c0ef7c
16
pages.id/common/arp.md
Normal file
16
pages.id/common/arp.md
Normal 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}}`
|
Reference in New Issue
Block a user