Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created November 29, 2020 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaihendry/28c6be967c37255d15fea5c634dc9803 to your computer and use it in GitHub Desktop.
Save kaihendry/28c6be967c37255d15fea5c634dc9803 to your computer and use it in GitHub Desktop.
[hendry@t14s ~]$ cd /tmp
[hendry@t14s tmp]$ zip -J ~/Downloads/cp044608.exe
[hendry@t14s tmp]$ man zip
[hendry@t14s tmp]$ mkdir ilo
[hendry@t14s tmp]$ cd ilo/
[hendry@t14s ilo]$ unzip ~/Downloads/cp044608.exe
Archive: /home/hendry/Downloads/cp044608.exe
inflating: SignedImageInstaller.dll
inflating: SignedImageInstaller64.dll
inflating: cp044608.xml
inflating: cpqsetup.exe
inflating: cpqsysio.sys
inflating: cpqsysio64.sys
inflating: ilo4_276.bin
inflating: readme.txt
[hendry@t14s ilo]$ ll ilo4_276.bin
-rw-rw-r-- 1 hendry users 17M Nov 2 05:35 ilo4_276.bin
[hendry@t14s ilo]$ readlink -f ilo4_276.bin
/tmp/ilo/ilo4_276.bin
[hendry@t14s ilo]$ vim readme.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment