Archive for April, 2008

Network Defination

Here are the different networks which are generally used for networking through linux machine;
* IPv4:  Internet Protocol version 4 (IPv4) is widely used by most of the Internet servers and personal computers. This uses 32 bits to assign a network address as defined by the four octets of an IP address up to 255.255.255.255. Which [...]

Leave a Comment

Wordpress Backup-MYSQL commands

If you would like to backup large database phyMyAdmin  can not handle large database so best by using straight MySQL commands to  backup your data. Here are the steps;phpMyAdmin can not handle large databases so using straight MySQL code will help.
1. Change your directory to the directory you want to load things to:
user@linux:~> cd files/blog
2. [...]

Leave a Comment

Filezilla FTP Program

Filezilla is free, open-source FTP application, it is handy if you’re looking for a firm tool to handle FTP transfers for file uploading and downloading to and from your FTP site, server, or host. Just before you start with collect some of the information from your web hosting providers like;
# Name of your host [...]

Leave a Comment