There is no necessity to rewrite about downloading and installing Geo-location database as we have a friendly article written in F5 repository here. You can follow as guided in the article and you should be able to successfully complete setting up Geo-location in your F5 box. [admin@nlb01:Active:In Sync] ~ # cd /shared/tmp Continue Reading
Configure SSH in Cisco Switch
Step 1: Setup hostname, domain-name and Management IP address (config)# hostname corp-sw-01 (config)# ip domain-name itadminguide.com (config)# interface vlan 101 (config-if)# ip address 172.20.101.1 255.255.255.0 Step 2: Generate RSA key (config)# crypto key generate RSA The name for the keys will be: corp-sw-01.itadminguide.com Choose the size of the key modulus in Continue Reading