Posts Tagged ‘web server’

by admin on July 2nd, 2010
No Comments
To see all the installed packaged on your linux servers, you can do: dpkg -l which will list all installed packages on your web server. ...
by admin on May 22nd, 2010
No Comments
If you have a website that uses a lot of API requests (such as dealing with Twitter), you can save a lot of server load/costs simply by installing DNS caching to your web server. Each DNS request (every time you request from any domain name using an API) takes anywhere between 0 to 500 miliseconds. ...
by admin on January 23rd, 2010
No Comments
If your website does a lot of queries via domain names such as aggregating RSS feeds or even a Twitter app site that accesses Twitter API, you might benefit from installing DNS cache on your linux web server. For most, you would benefit from installing DNS cache because it will save you a ton of tim ...