Difference between revisions of "A-Quick links"

From Ever changing code
Jump to navigation Jump to search
Line 1: Line 1:
{http://packetlife.net/library/cheat-sheets/ packetlife.net] Most clear blog about networking
[http://packetlife.net/library/cheat-sheets/ packetlife.net] Most clear blog about networking


[http://bwachter.lart.info/linux/bridges.html Building bridges with Linux]
[http://bwachter.lart.info/linux/bridges.html Building bridges with Linux]

Revision as of 21:55, 7 January 2014

packetlife.net Most clear blog about networking

Building bridges with Linux

Changing IP Addresses and Routes

continue Linux Static IP Address Configuration

scp copy

SSH Public Key Based Authentication

tail-f-the-output-of-dmesg or install multitail

  • tail -f /var/log/{messages,kernel,dmesg,syslog} - old school but not perfect
  • watch 'dmesg | tail -50' - approved by man dmesg
  • watch 'sudo dmesg -c >> /tmp/dmesg.log; tail -n 40 /tmp/dmesg.log' - tested, but experimental

bash-redirections-cheat-sheet.pdf