MaxMind GeoIP is a collection of APIs for looking up the location of an IP address. It includes support for lookup of country, region, city, latitude, and longitude. Free GeoLite databases are available for the country and city. Continue Reading
Posted on 01 February 2012.
MaxMind GeoIP is a collection of APIs for looking up the location of an IP address. It includes support for lookup of country, region, city, latitude, and longitude. Free GeoLite databases are available for the country and city. Continue Reading
Posted in Linux0 Comments
Posted on 01 February 2012.
Lately, I’ve had the need to install a geolocation database on a web server to localize (as closely as possible) a visitor based on its IP address. Continue Reading
Posted in Linux0 Comments
Posted on 31 January 2012.
WebDAV stands for Web-based Distributed Authoring and Versioning. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. For more information on WebDAV, consult the FAQsection at their site.
Posted in Linux0 Comments
Posted on 28 January 2012.
the default backup direktory is
Posted in Linux, Plesk0 Comments
Posted on 27 January 2012.
Q. Can you tell me command to delete a directory in terminal?
Posted in Linux0 Comments
Posted on 27 January 2012.
This article explains 2 simple commands that most people want to know when they start using Linux. They are finding the size of a directory and finding the amount of free disk space that exists on your machine. The command you would use to find the directory size is ‘ du ‘. And to find the free disk space you could use ‘ df ‘.
All the information present in this article is available in the man pages for du and df. In case you get bored reading the man pages and you want to get your work done quickly, then this article is for you.
Posted in Linux0 Comments
Posted on 26 January 2012.
ftp – Internet file transfer program Continue Reading
Posted in Linux0 Comments
Posted on 26 January 2012.
Q. How can I compress a whole directory under Linux / UNIX using a shell prompt?
Posted in Linux0 Comments
Posted on 26 January 2012.
The basics of file ownership and permissions on Linux. Learn to understand who are the owners of a file or directory, how the file permissions work and how you can view them, and learn how to set basic file permissions yourself.
Posted in Linux0 Comments
Posted on 26 January 2012.
Learn how to change the owner and group ownership of files and directories with the chown and chgrp commands. This tuXfile will make much more sense if you already have a basic understanding of file permissions and ownership.
Posted in Linux0 Comments
