Difference between revisions of "A-Quick links"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/257-cisco-router-dns-server.html How to configure DNS on Cisco device]  | |||
[http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html VLAN Security Tips - Best Practices] Control Inter-VLAN Routing Using IP Access Lists    | [http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html VLAN Security Tips - Best Practices] Control Inter-VLAN Routing Using IP Access Lists    | ||
Revision as of 09:36, 11 January 2014
How to configure DNS on Cisco device
VLAN Security Tips - Best Practices Control Inter-VLAN Routing Using IP Access Lists
packetlife.net Most clear blog about networking
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