* 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>
25 lines
566 B
Markdown
25 lines
566 B
Markdown
# 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`
|