ipconfig, scrcpy: add Indonesian translation (#6045)
* scrcpy: Add "--serial" option Display a mirror of a specific device based on its serial ID or IP address, as shown in the "adb devices" command * Simplify words * Update pages/common/scrcpy.md Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> * common/cd: Add Indonesian translation * ipconfig: Add Indonesian translation * ipconfig: Fix typo * scrcpy: Localize Indonesian path/to/file * Update pages.id/windows/ipconfig.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * ipconfig: Localise adapter to adaptor Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
c0ea286ede
commit
0cca0c93c9
24
pages.id/windows/ipconfig.md
Normal file
24
pages.id/windows/ipconfig.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# ipconfig
|
||||
|
||||
> Menampilkan dan mengatur konfigurasi jaringan dalam sistem operasi Windows.
|
||||
> Informasi lebih lanjut: <https://docs.microsoft.com/windows-server/administration/windows-commands/ipconfig>.
|
||||
|
||||
- Menunjukkan daftar adaptor jaringan:
|
||||
|
||||
`ipconfig`
|
||||
|
||||
- Menunjukkan daftar adaptor jaringan secara lengkap:
|
||||
|
||||
`ipconfig /all`
|
||||
|
||||
- Memperbarui alamat IP sebuah adaptor jaringan:
|
||||
|
||||
`ipconfig /renew {{adaptor}}`
|
||||
|
||||
- Mengosongkan alamat-alamat IP yang disetel dalam sebuah adaptor jaringan:
|
||||
|
||||
`ipconfig /release {{adaptor}}`
|
||||
|
||||
- Mengosongkan cache DNS:
|
||||
|
||||
`ipconfig /flushdns`
|
Reference in New Issue
Block a user