A-Quick links
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
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/tt>
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)