VIPS on Amazon Linux AMI
VIPS s a free image processing system (library) – in comparison to similar libraries is super fast, and does not neet much memory. Checkout this speed memory usage. In most cases you can install it by...
VIPS s a free image processing system (library) – in comparison to similar libraries is super fast, and does not neet much memory. Checkout this speed memory usage. In most cases you can install it by...
Recently I decided to run some upgrades on my servers, and go up to PHP 5.5. I’ve been using APC for a while (convenience) – usually is also bundled with all available repositories, or you...
FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. All you need to do is just install one more repository: http://rpmfusion.org/Configuration wget http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm sudo rpm -Uhv rpmfusion-free-release-6-1.noarch.rpm wget http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm...
From time to time you have to decompress .rar archives on your Linux. It’s pretty easy. Just download proper RPM package from repoforge repository. In my case it was wget http://pkgs.repoforge.org/unrar/unrar-5.0.3-1.el6.rf.x86_64.rpm sudo rpm -Uvh...