Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to extract zip file in ubuntu terminal

1) sudo apt update

2) sudo apt install unzip

3) unzip yourfilenamehere.zip
Comment

how to install unzip in ubuntu

apt-get install unzip
Comment

ubuntu unzip zip

unzip file.zip -d destination_folder
Comment

unzip ubuntu

unzip zipped_file.zip -d unzipped_directory
Comment

ubuntu unzip zip

// If the source and destination directories are the same, you can simply do:
unzip file.zip
Comment

ubuntu install unzip

apt install unzip
Comment

unzip a zip file ubuntu

unzip gophish*.zip
Comment

ubuntu extract zip

Ubuntu Unzip Zipped file 
Comment

unzip a zip file ubuntu

mkdir gophish
Comment

unzip a zip file ubuntu

sudo ./gophish
Comment

unzip a zip file ubuntu

chmod u+x gophish
Comment

unzip a zip file ubuntu

mv gophish*.zip gophish
Comment

unzip a zip file ubuntu

"listen_url": "127.0.0.1:3333",
Comment

unzip a zip file ubuntu

"listen_url": "SERVER_IP:3333",
Comment

unzip a zip file ubuntu

cd gophish
Comment

unzip a zip file ubuntu

nano config.json
Comment

PREVIOUS NEXT
Code Example
Shell :: kali virtualbox guest additions check version 
Shell :: git push command 
Shell :: propel create generated-conf 
Shell :: npm typeahead bootstrap 
Shell :: how to push code into github reposityory 
Shell :: send file to remote computer linux 
Shell :: snap scrcpy 
Shell :: how to push to github with personal access token 
Shell :: pyqt designer for linux 
Shell :: zsh bash count directories 
Shell :: linux find command 
Shell :: how to check if automatic system updates are working on fedora 
Shell :: how to exit vi in linux 
Shell :: launch edge from wsl 
Shell :: bash script wget 
Shell :: linux crée utilisateur sudo 
Shell :: negative if statement bash 
Shell :: bundle uninstall old gems 
Shell :: some github markup badges 
Shell :: how to install python package without admin rights 
Shell :: Why double tapping icon doesnt minimize in ubuntu 
Shell :: unix timestamp bash 
Shell :: wifi drivers realtek 8852 for Ubuntu 
Shell :: delete resource group azure powershell 
Shell :: cs50 
Shell :: check on cmd all installed version 
Shell :: fetch from remote branch 
Shell :: how to setup pre commit hook on my local 
Shell :: pull from other branch 
Shell :: install dependencies npm 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =