mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dhclient: add Arabic translation (#15796)
This commit is contained in:
parent
770a8c109e
commit
e6f53ee4c6
1 changed files with 12 additions and 0 deletions
12
pages.ar/common/dhclient.md
Normal file
12
pages.ar/common/dhclient.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# dhclient
|
||||
|
||||
> عميل DHCP.
|
||||
> لمزيد من التفاصيل: <https://manned.org/dhclient>.
|
||||
|
||||
- الحصول على عنوان IP لواجهة `eth0`:
|
||||
|
||||
`sudo dhclient {{eth0}}`
|
||||
|
||||
- تحرير عنوان IP لواجهة `eth0`:
|
||||
|
||||
`sudo dhclient -r {{eth0}}`
|
Loading…
Add table
Reference in a new issue