Category Archives: Networking

How to enable Telnet feature in Windows 7

Telnet client is a tool useful for network trouble shooting. However, Telnet client is not install in Windows 7 by default. To install Telnet client in Windows 7, follow the following procedures: 1. Select “Programs And Features” from Control Panel … Continue reading

Posted in Networking, Software | Leave a comment

How to create a copy of wordpress site into xampp running on your local PC

Having your wordpress site in your local PC will serve as a backup for the site. It also enable you to test new features in it before implemented in the production site. Following are some steps for performing this task. … Continue reading

Posted in Networking, PC, Software | Leave a comment

phpMyAdmin: You probably tried to upload too large file.

Sometimes when importing database into MySQL, you may face with the error message of “You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit.” To resolved this issue in phpMyAdmin, you will … Continue reading

Posted in Networking, Software | Leave a comment

phpMyAdmin: #1153 got a packet bigger than ‘max_allowed_packet’ bytes

Sometimes when importing database into MySQL, you may face with the error message of “#1153 got a packet bigger than ‘max_allowed_packet’ bytes” To resolved this issue in phpMyAdmin, simply increased max_allowed_packet to 16MB in MySQL configuration file: my.ini. For example: … Continue reading

Posted in Networking, Software | Leave a comment

New Site for iPCNetworking Release!

After maintaining few pages related to computer network, Cisco Systems and networking, I have decided to consolidate all these sites into this new domain — iPCNetworking which will focus on all issues related to these areas. Hope that by having … Continue reading

Posted in Asian Language, Networking, PC | Tagged , , | Leave a comment

Using Mercury/32 as an interface to Gmail SMTP Gateway

Having an SMTP server which can deliver email to the Internet is great when conducting experiment in network environment. There are quite a number of SMTP server software available. In this article, we will use Mercury/32, a SMTP server which … Continue reading

Posted in Networking | Leave a comment

Cisco DHCP Configuration

Dynamic Host Configuration Protocol (DHCP) is a protocol used by networked devices to obtain information required to operate on an Internet Protocol network. When a DHCP client is first switched on, it sends a broadcast packet on the network with … Continue reading

Posted in Networking | Tagged , | Leave a comment

Windows Clustering

Clustering is the connection of multiple computers together in such a way that to the outside world, the cluster appears to be a single system. Each computer in a cluster is referred to as a node. Business suffers when work … Continue reading

Posted in Networking | Leave a comment

Using nslookup to verify DNS registration for domain controllers

The nslookup command is a standard command-line tool provided in most DNS service implementations. It offers the ability to perform query testing of DNS servers and obtain detailed responses as the command output. This information is useful in troubleshooting name … Continue reading

Posted in Networking | Tagged , | Leave a comment

Disable unnecessary network services for security

Whether it is a Windows PC, router, switches, Linux machine or network enable device, it is recommended to stop unnecessary services that are run by default. Every running, but unused, service on your system is an unnecessary security vulnerability. Users … Continue reading

Posted in Networking, Security | Leave a comment