martes, 17 de febrero de 2015

Make iso image on Linux


CDROM

1.- dd if=/dev/cdrom1 of=Image.iso

DVD

2.- dd if=/dev/dvd of=Image.iso

Folder

3.- mkisofs -o Image.iso  /folder

IPTABLES: Remove specific rules


1.- iptables -L chain --line-numbers


2.- iptables -D chain linenumber


lunes, 16 de febrero de 2015

Comandos utiles JUNOS



1.- Localizar MAC ADDRESS:

show arp | match 00:00:00:00:00


2.- Localizar DIRECCION IP:

show ethernet-switching table | match 192.168.1.254



Fuente:
Roger Perkin