November 6, 2011
Q. How do I find out my NIC speed in Linux ? A. Use ethtool or mii-tool to display or change ethernet card settings. ethtool To display duplex speed of eth0, type the following command # ethtool eth0
Read more →
November 3, 2011
Varnish is an HTTP accelerator designed for content-heavy dynamic web sites. In contrast to other HTTP accelerators, such as Squid, which began life as a client-side cache, or Apache and nginx, which are primarily origin servers, Varnish was designed from the ground up as an HTTP accelerator.
Read more →