Using screen you can connect to any serial device in /dev. A typical USB-to-RS-232 adapter will usually be /dev/ttyUSB0. A physical serial port will usually be /dev/ttyS0.
screen /dev/ttyUSB0 9600
Using screen you can connect to any serial device in /dev. A typical USB-to-RS-232 adapter will usually be /dev/ttyUSB0. A physical serial port will usually be /dev/ttyS0.
screen /dev/ttyUSB0 9600
Renew an expired GPG key by extending the expiration date.
read moreStart NTP daemon and set the time regardless of what the current offset is.
read moreShow all iptables rules and include line numbers
iptables -L INPUT --line-numbers
Replace iptables rule at a specific line number
iptables -R X INPUT <new rule here>