pages.{ar,fa}: remove translated placeholders (#11997)
* pages.{ar,fa}: remove translated placeholders Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * common-arguments: reword note * rmdir: fix Arabic translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
1c7f3d6e8f
commit
3a37343e59
@@ -5,24 +5,24 @@
|
||||
|
||||
- یک حافظه قابل حمل با قابلیت بوت شدن میسازد، برای مثال `archlinux-xxx.iso` :
|
||||
|
||||
`dd if={{مسیر/فایل}} of=/dev/{{نام/دستگاه/قابل/حمل}}`
|
||||
`dd if={{path/to/file.iso}} of=/dev/{{usb_drive}}`
|
||||
|
||||
- محتویات یک درایو را در مکانی دیگر با بلوک های 4 مگابایتی کپی و همچنین از خطاها صرف نظر میکند:
|
||||
|
||||
`dd if=/dev/{{حافظه/منبع}} of=/dev/{{درایو/مقصد}} bs={{4194304}} conv={{noerror}}`
|
||||
`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs={{4194304}} conv={{noerror}}`
|
||||
|
||||
- یک فایل ۱۰۰ بایتی تصادفی با استفاده از درایور تصادفی هسته بسازید:
|
||||
|
||||
`dd if=/dev/urandom of={{مسیر/به/فایلی/تصادفی}} bs={{100}} count={{1}}`
|
||||
`dd if=/dev/urandom of={{path/to/random_file}} bs={{100}} count={{1}}`
|
||||
|
||||
- عملکرد نوشتن دیسک را بسنجید:
|
||||
|
||||
`dd if=/dev/zero of={{مسیر/فایل_1_گیگابایتی}} bs={{1024}} count={{1000000}}`
|
||||
`dd if=/dev/zero of={{path/to/file_1GB}} bs={{1024}} count={{1000000}}`
|
||||
|
||||
- یک پشتیبان از سیستم را در یک فایل IMG میسازد :
|
||||
|
||||
`dd if={{/dev/drive_device}} of={{مسیر/به/فایل.img}}`
|
||||
`dd if={{/dev/drive_device}} of={{path/to/file.img}}`
|
||||
|
||||
- یک درایو را از یک فایل IMG بازیابی کنید:
|
||||
|
||||
`dd if={{مسیر/به/فایل.img}} of={{/dev/drive_device}}`
|
||||
`dd if={{path/to/file.img}} of={{/dev/drive_device}}`
|
||||
|
Reference in New Issue
Block a user