X

FFMpeg Install On CentOS 7

FFmpeg is a video editing software that can be used to convert audio and video streams in linux. Compiling ffmpeg…

LinuxAdmin.io

Block Countries With Nginx and GeoIP

You can use nginx to either allow or deny certain countries from accessing your site using the GeoIP database which…

LinuxAdmin.io

Nginx Browser Caching

You can use Nginx to Set cache expiration times  to leverage browser caching for the user requesting specific file types.…

LinuxAdmin.io

Nginx Directory Protection

There are a few different ways to protect directories with Nginx. Password protection is typically to keep certain users out…

LinuxAdmin.io

Piwik Analytics on Nginx

Piwik is a open source web site analytics software. It is free and opensource and can be used to track…

LinuxAdmin.io

Blocking Bad UserAgents with ModSecurity and Fail2ban

Many bots crawl websites that do nothing to generate positive traffic for the site. They just use up available resources…

LinuxAdmin.io

Nginx Caching for WordPress using fastcgi_cache

Caching PHP requests can dramatically reduce server resources per request and make the pages load time decrease substantially.  In this…

LinuxAdmin.io