EIGRP Basic Configuration
First build the topology according to the diagram Now go to the router R2 to configure EIGRP R#conf t R2(config)#router eigrp 1 R2(config-router)#network 10.0.0.0 R2(config-router)#no auto-summary Now go to router…
EIGRP Configration (Cisco Property Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol) Importance: Biggest advantage of EIGRP is backup route Simple in configuration Flexibility in Summarization Unequal Cost Load balancing advantage Combination of distance vector and link state protocol and Cisco call…
3G Licences Sales Must for Containing Fiscal Deficit: SBP
In quarterly report by State Bank of Pakistan (SBP) said that without sale of 3G licences (around 150 billion) would be difficult for the government to contain fiscal deficit. In the…
Enable TELNET Service on Windows 7
As you know about the TELNET protocol and we often start using i by just typing in command prompt and we are good to go but that’s just what happens in…
How to Change RDC Port on Windows
Default port for Remote Desktop listens on port 3389 (TCP). It is easy to change the port by following steps. Open Start Menu and click Run and type REGEDIT Automatically…
Computer can’t play any sound, “No Mixer Devices Available”
When windows can’t play any sound and display the error “No Mixer Devices Available” then to solve this problem follow the below steps: Go to Control Panel -> Administrative Tools…
How to access SQL Server on Remote Computer
Sometime when you want to access SQL Server from remote location you receive an error message. Solution: To remove this error add a TCP port ‘1433’ and UDP port ‘1434’…
How to backup all Databases in MySQL
Use the following command to take all the databases backup in MySQL, type these commands don’t use copy, paste. mysqldump -all-databases -p | bzip2 -c > alldatabasesbackup.sql.bz2 Enter password: This…
How to Install cacti on Windows
To install cacti on windows, click on the link below to download cacti package. It has already apache, mysql, php and net-snmp packages. http://www.cacti.net/download_cacti.php Download it and install it on…
Intel Announces Winners at National Science Fair
Intel Pakistan marked the end of its national science competion by announcing the winners of the Intel National Science Fair, who will go on to represent Pakistan at Intel International Science & Engineering Fair…
Jazz First Pakage
Mobilink Jazz brings new convenient and attractive call rates for all network on 2 hours as a new package called “Jazz Fist”. Jazz First Tariffs: Details: …
Upgrading FreeBSD Ports Collection
Installing cvsup can be done simply by using the port with the following commands # cd /sr/ports/net/cvsup-without-gui/ # make install # cvsup -L2 -g -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile The -g flag…
Network Settings on FreeBSD
To make network settings on FreeBSD first we have to check the name of interface using following command: $ifconfig emo: flags=8843 metric 0 mtu 1500 options=9b ether 08:00:27:11:11:78 media: Ethernet…
How to run multiple Skype instance at one time
To run multiple Skype accounts the just create and past the following shortcut path: “C:\Program Files]Skype\Phones\Skype.exe” /secondary Important: This method is only for Windows OS.