About talebi_it@yahoo.com
This author has yet to write their bio.Meanwhile lets just say that we are proud talebi_it@yahoo.com contributed a whooping 84 entries.
Entries by talebi_it@yahoo.com
Graduate Student 2023
May 21, 2023 /2 Comments/by talebi_it@yahoo.comGraduate Students 2022
March 18, 2022 /9 Comments/by talebi_it@yahoo.comSwitch Windows 10 from RAID/IDE to AHCI – Working 100%
August 24, 2021 by talebi_it@yahoo.comGraduate Students 2021
March 18, 2021 /22 Comments/by talebi_it@yahoo.comPIDP Graduation Ceremony
December 15, 2020 by talebi_it@yahoo.comGraduate Students 2020
June 11, 2020 /16 Comments/by talebi_it@yahoo.comHow 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
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 file doesn’t exist, create it with name of ifcfg-ethx) Append/Modify as follows: For a system using a Static IP Address DEVICE=”eth0″ BOOTPROTO=”none” ONBOOT=”yes” IPADDR=”192.168.1.15″ NETMASK=”255.255.255.0″ GATEWAY=”192.168.1.1″ For a […]
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, we can configure the SSID properties. In this example, we want to use open authentication with key management provided by WPA2. In […]