Advanced usage of yum-config-manager with setopts

Recently, I utilized the yum-config-manager program, which is part of the yum-utils package, to add an additional repository into a CentOS box (of course this works with RedHat, too).

The process involves installing yum-utils and adding a repository using the yum-config-manager command. Subsequently, a file is dynamically generated in the …

more ...


Tiny Tiny RSS on CentOS with nginx and MYSQL

Today I want to present my Tiny Tiny RSS-installation, running on my own VPS.

tinytinyrss-logo

tt-rss is “an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.”

Preface …

more ...

Arch Linux + Nginx + PHP-FPM + Wordpress

This is my little how-to on installing and configuring Wordpress on Arch Linux with nginx+php-fpm. It is by no means the best way to do it or even complete, but it helped me get my blog out in minutes.

Assuming your already installed MySQL(or MariaDB), nginx via pacman …

more ...