ubuntu unzip zip
unzip file.zip -d destination_folder
ubuntu unzip zip
unzip file.zip -d destination_folder
how to zip and unzip tar
Compress:
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Uncompress:
tar -xzvf archive.tar.gz
Legend:
-c: Create an archive.
-z: Compress the archive with gzip.
-v: Display progress in the terminal while creating the archive, also known as “verbose” mode. The v is always optional in these commands, but it’s helpful.
-f: Allows you to specify the filename of the archive.
-x: extract
unzip a zip file ubuntu
mv gophish*.zip gophish
unzip a zip file ubuntu
nano config.json
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us