Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to turn on wireguard

# Turn on wiregurad
sudo wg-quick up [config-file | interface]
ex: sudo wg-quick up wg0

# Turn off wiregurad
sudo wg-quick down [config-file | interface]
ex: sudo wg-quick down wg0
Comment

PREVIOUS NEXT
Code Example
Shell :: how to turn off wiregurad 
Shell :: How to use Git for Unity3D source control? 
Shell :: how get pods in kuber 
Shell :: install jitsi on ubuntu 
Shell :: gatsby image 
Shell :: github action on every commit 
Shell :: unrar ubuntu install 
Shell :: gufw ubuntu install 
Shell :: make directory in linux 
Shell :: fork git ubuntu 
Shell :: mac bash_profile file not b eing sources 
Shell :: git diff of a file 
Shell :: git initial commit 
Shell :: how to install snapcraft 
Shell :: bash increment variable in while loop 
Shell :: git copy changes from one branch to another 
Shell :: /bin/bash: ./darknet: No such file or directory 
Shell :: grep something before 
Shell :: realtek 
Shell :: snap install ubuntu 
Shell :: How to remove all local branches which are merged or not on remote branches 
Shell :: how to uninstall app from android phone programmatically 
Shell :: Make a backup of the database with SSH 
Shell :: windows xp enable remote desktop cmd 
Shell :: api to access gitlab varaible 
Shell :: docker compose recreate 
Shell :: run sh not a command mac 
Shell :: chown recursive 
Shell :: set an editor for git 
Shell :: ssh sever time out 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =