pages.hi: fix username translation, Windows paths (#14902)

* pages.hi: fix username translation, Windows paths

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages.hi: fix false positives from username space fix

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:
K.B.Dharun Krishna
2024-11-18 23:03:18 +05:30
committed by GitHub
parent ca1f55f1eb
commit b731fedb33
12 changed files with 25 additions and 25 deletions

View File

@@ -5,20 +5,20 @@
- विन्यास सूचना या फ़ाइलों को डंप करें:
`certutil {{फ़ाइलनाम}}`
`certutil {{फ़ाइल_नाम}}`
- एक फ़ाइल को हेक्साडेसिमल में एनकोड करें:
`certutil -encodehex {{इनपुट_फ़ाइल/का/पथ}} {{आउटपुट_फ़ाइल/का/पथ}}`
`certutil -encodehex {{इनपुट_फ़ाइल\का\पथ}} {{आउटपुट_फ़ाइल\का\पथ}}`
- एक फ़ाइल को बेस64 में एनकोड करें:
`certutil -encode {{इनपुट_फ़ाइल/का/पथ}} {{आउटपुट_फ़ाइल/का/पथ}}`
`certutil -encode {{इनपुट_फ़ाइल\का\पथ}} {{आउटपुट_फ़ाइल\का\पथ}}`
- बेस64-एनकोड फ़ाइल को डीकोड करें:
`certutil -decode {{इनपुट_फ़ाइल/का/पथ}} {{आउटपुट_फ़ाइल/का/पथ}}`
`certutil -decode {{इनपुट_फ़ाइल\का\पथ}} {{आउटपुट_फ़ाइल\का\पथ}}`
- एक फ़ाइल पर एक आपातकालिक हैश उत्पन्न करें और प्रदर्शित करें:
`certutil -hashfile {{इनपुट_फ़ाइल/का/पथ}} {{md2|md4|md5|sha1|sha256|sha384|sha512}}`
`certutil -hashfile {{इनपुट_फ़ाइल\का\पथ}} {{md2|md4|md5|sha1|sha256|sha384|sha512}}`