How to Install FFmpeg on Ubuntu Server
Introduction This post guides you through the process of installing FFmpeg on an Ubuntu server. FFmpeg is a powerful multimedia framework that can be used to record, convert, […]
Introduction This post guides you through the process of installing FFmpeg on an Ubuntu server. FFmpeg is a powerful multimedia framework that can be used to record, convert, […]
1. Install Linux dependencies GCC and Make(On Redis Server) sudo yum -y install gcc make 2. Download, Untar and Make Redis 3.0 wget http://<Download the latest file
Follow the step by step instructions given below to install s3cmd tool:- ===== * Download the latest version of s3cmd through SourceForge (SourceForge – Latest released version is 1.5.2 ) and unzip
First thing to know is that you can use “telnet” (usually on default port 6397) telnet localhost 6397 or the Redis CLI client redis-cli to connect to Redis.
The below script is used to delete the same memcache key or multiple memcache keys across multiple memcache hosts. Assumption: If below mentioned condition doesn’t satisfied then the
Mongodb Introduction: Mongo is a open source database which uses nosql mechanism to store the data. The advantage of mongodb is simple and no structure is required. Mongodb