Nginx - the small, lightning fast and very efficient web server is usually used to serve static content or as a reverse proxy/load balancer for the Apache or other relatively slow backends. So it would be natural to use nginx as a frontend for Cpanel’s Apache. It would save a substantial amount of memory and CPU [...]
08.23.11 | Linux Software, Server Administration | SkyRider
From mod_pagespeed’s docs, I quote: mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache [...]
04.9.11 | Linux Software, Server Administration | SkyRider
Ok .. I’l show you how ti install FFmpeg, Mplayer, mencoder and other support for a tube server.. First of all, i made folder named convert # mkdir convert Then go to that folder # cd convert Now we have to get all stuff needed… wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2 wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn checkout [...]
10.13.09 | Linux Software | SkyRider
Cisco Wireless Control System (WCS) is the industry’s most comprehensive management platform for lifecycle management of 802.11n and 802.11a/b/g, enterprise-class wireless networks. This robust management platform delivers a cost-effective management solution that enables IT administrators to successfully plan, deploy, monitor, troubleshoot, and report on indoor and outdoor wireless networks. Cisco Wireless Control System (WCS) is [...]
09.22.09 | Linux Software, Windows Software | SkyRider
When visiting reddit.com liked the idea and I tried to install the same application code itself to the server. The raising of this application I ran into a few problems. One problem was the RuntimeError: maximum recursion depth exceeded in cmp. To’d increased this limit I tried the following: root@test [/home/reddit/www/reddit/r2]# python >>> import sys [...]
09.10.09 | Linux Software | SkyRider