Posted by admin on 12th June 2008
In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.
Read the rest of this entry »
If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!
Posted in Server | 17 Comments »
Posted by admin on 10th June 2008
The Webalizer is a fast, free web server log file analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser.
Read the rest of this entry »
Posted in Server | 1 Comment »
Posted by admin on 2nd June 2008
We have already seen the apache2 installation if you want to check here
Virtual Host refers to the practice of running more than one web site (such as www.company1.com and www.company2.com) on a single machine. Virtual hosts can be “IP-based”, meaning that you have a different IP address for every web site, or “name-based”, meaning that you have multiple names running on each IP address. The fact that they are running on the same physical server is not apparent to the end user.
Read the rest of this entry »
Posted in Server | 1 Comment »
Posted by admin on 28th May 2008
If you are using zoneedit.com or dyndns.org for your DNS service so that you can access your server using a URL, then you might have to update your DNS record at the service periodically whenever the IP address of your computer changes.Now here is simple solution for this ddclient.
Update IP addresses at dynamic DNS services.A perl based client to update your dynamic IP address at DynDNS.com (or other dynamic DNS services such as Hammernode, Zoneedit or EasyDNS), thus allowing you and others to use a fixed hostname (myhost.dyndns.org) to access your machine. This client supports both the dynamic and (near) static services, MX setting, and alternative host. It caches the address, and only attempts the update if the address actually changes.
Read the rest of this entry »
Posted in General, Networking, Server | 11 Comments »
Posted by admin on 25th May 2008
If you want to know more details about your file system you need to use dumpe2fs utility.dumpe2fs prints the super block and blocks group information for the filesystem present on device.dumpe2fs is similar to Berkeleyâs dumpfs program for the BSD Fast File System.
Read the rest of this entry »
Posted in General, Server | No Comments »