Difference between revisions of "A-Quick links"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
*<code> watch 'dmesg | tail -50'</code> - approved by man dmesg | *<code> watch 'dmesg | tail -50'</code> - approved by man dmesg | ||
*<code> watch 'sudo dmesg -c >> /tmp/dmesg.log; tail -n 40 /tmp/dmesg.log'</code> - tested, but experimental | *<code> watch 'sudo dmesg -c >> /tmp/dmesg.log; tail -n 40 /tmp/dmesg.log'</code> - tested, but experimental | ||
[http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf bash-redirections-cheat-sheet.pdf] | |||
Revision as of 08:55, 11 August 2013
Changing IP Addresses and Routes
continue Linux Static IP Address Configuration
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 perfectwatch 'dmesg | tail -50'- approved by man dmesgwatch 'sudo dmesg -c >> /tmp/dmesg.log; tail -n 40 /tmp/dmesg.log'- tested, but experimental