Categorie

Archivio Articoli

Categorie

Commenti recenti

Sostituire l’ATMEGA328P-PU su Arduino: Come programmarlo – heron’s blog

Un'utile guida per chi deve sostituire l'atmega 328 del proprio Arduino:

Sorgente: Sostituire Arduino con un ATMEGA328P-PU: Come programmarlo - heron's blog

[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