Try THis !

Categories

Archive for the Linux Software Category

Using nginx to accelerate Apache on Cpanel server

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 [...]

No Comments

Install mod_pagespeed in Apache for Cpanel

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 [...]

No Comments

How to install ffmpeg with all support needed

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 [...]

1 Comment

Cisco Wireless Control System - Windows / Linux - ISO

Cisco Wireless Control System – Windows / Linux – ISO

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 [...]

1 Comment

Python recrusion limit

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 [...]

1 Comment