Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create zip file ubuntu

zip -r output_file.zip file1 folder1
Comment

ubuntu unzip zip

unzip file.zip -d destination_folder
Comment

ubuntu zip

zip -r folder.zip folder
Comment

ubuntu unzip zip

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

unzip a zip file ubuntu

unzip gophish*.zip
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 :: ubuntu list all folders taking up space 
Shell :: git see all tracked files 
Shell :: ubuntu edit etc host 
Shell :: avoid github credentials 
Shell :: -bash: : Permission denied 
Shell :: Ports are not available: listen tcp 0.0.0.0/50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions 
Shell :: why i am not able to make a directory in htdocs folder in ubuntu 
Shell :: docker check running containers 
Shell :: cmake version comand 
Shell :: cocoa pods 
Shell :: Where is the .zshrc file on Mac? 
Shell :: install wine linux 
Shell :: unzip tar.gz 
Shell :: wget command not found mac 
Shell :: install xfce 
Shell :: code first approach migration commands 
Shell :: bash parameters after first 
Shell :: change commit date linux 
Shell :: install getkirby 
Shell :: installing pytesseract in python linux 
Shell :: requires pyqt5<5.13, which is not installed. 
Shell :: linux filter environment variable results 
Shell :: git vimdiff 
Shell :: how to add path in ubuntu 
Shell :: git push set upstream 
Shell :: java check java version 
Shell :: rename branch locally git 
Shell :: set different user for git 
Shell :: powershell copy file to remote computer 
Shell :: netsh wlan command for wifi password 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =