Categorie

Archivio Articoli

Categorie

Commenti recenti

Debian 10 Set Up OpenVPN Server In 5 Minutes – nixCraft

A step-by-step guide that explains how to set up OpenVPN server on Debian Linux 10 using simple but secure bash shell script

Sorgente: Debian 10 Set Up OpenVPN Server In 5 Minutes - nixCraft

[Linux] Taking screenshot via ssh

linux

 

 

 

 

 

 

$ xwd -out screenshot.xwd -root -display :0.0

 
Taking screenshot via ssh

[Linux] List all client IPs connected in the network

linux

 

 

 

 

 

 

# arp-scan --interface=eth0 --localnet

 

Change eth0 with the network interface that you are using!
 
 

Source