View Single Post
Old 04-19-2014, 12:34 PM   #48
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
And what about this:

Code:
cd /mnt/us
dd if=Update_mkk-20140214-k5-ALL_install.bin bs=192 count=1 2>|/dev/null | tail -c +65 >| "mkk.psig"
tail -c +$(expr 192 + 1) "Update_mkk-20140214-k5-ALL_install.bin" 2>|/dev/null | openssl dgst -sha256 -verify "/etc/uks/pubdevkey01.pem" -signature "mkk.psig"
NiLuJe is offline   Reply With Quote