PIDP Graduation Ceremony

https://youtu.be/9YeVRfqM7Y8
,

How to write an effective resume?

Review online session Feb 22, 2020 Download resume template Download Technical Questions for interview

How to Configure GNS3? How to import Kali linux to your GNS3?

Follow this guideline: GNS3 Installation Guide Download IOSV: IOSV for switch Other Cisco Images: Download Cisco Images for GNS3  
Hamidreza Talebi, linux

CentOS network configuration

You can configure network interface by editing configuration files stored in /etc/sysconfig/network-scripts/ directory. Lets configure the first network interface eth0. Edit the interface configuration file. # vi /etc/sysconfig/network-scripts/ifcfg-eth0 (if…

Configuring WPA2 with AES or TKIP and PSK on Cisco Aironet 1140 Access Points

First of all, we have to create an SSID profile. You can do this with the command dot11 ssid ssid. Let’s make a SSID with the name ‘CiscoTalkWireless’. 1 2 ap(config)#dot11 ssid CiscoTalkWireless ap(config-ssid)# Next,…