How to enable Intel hardware acceleration for video playback in CentOS/RHEL 8
by Danila Vershinin, June 21, 2019
Performance doesn’t end in fast loading websites. How to leverage Intel hardware video acceleration for playing those dreamy 4K Youtube videos.
Read More...RHEL 8 machine as AirPlay receiver
by Danila Vershinin,
How to use RHEL 8 machine as Airplay target
Read More...50k+ packages for CentOS/RHEL 8, even before EPEL is up
by Danila Vershinin, June 19, 2019
How to access 50K+ extra packages in RedHat Enterprise Linux 8 even before EPEL of CentOS 8 release.
Read More...Install latest stable Ansible on CentOS/RHEL 8
by Danila Vershinin, June 18, 2019
How to install latest non-packaged Ansible engine in CentOS/RHEL 8, in a safe way
Read More...Compiling PSOL for packaging. First steps.
by Danila Vershinin, June 16, 2019
CentOS 7 build system. libstdc++-static must be installed Based on: https://www.modpagespeed.com/doc/build_mod_pagespeed_from_source mkdir -p ~/bin cd ~/bin git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git export PATH=$PATH:~/bin/depot_tools git clone -b latest-stable –recursive https://github.com/apache/incubator-pagespeed-mod.git cd incubator-pagespeed-mod python build/gyp_chromium –depth=. make BUILDTYPE=Release mod_pagespeed_test pagespeed_automatic_test Build and generate PSOL archive: install/build_psol.sh
Read More...NGINX vs PHP-FPM: No input file specified
by Danila Vershinin,
NGINX vs PHP-FPM: No input file specified. Or how to deal with 404s of missing PHP scripts
Read More...How to install latest stable Ansible in CentOS 7
by Danila Vershinin, June 14, 2019
How to install the latest version of Ansible engine in CentOS 7
Read More...Where compilation went wrong…
by Danila Vershinin, June 13, 2019
How compilation can go wrong when you neglect some details. Battle of compilation vs packaged NGINX installations.
Read More...How to install latest stable NGINX on CentOS/RHEL 8 properly
by Danila Vershinin,
How to install latest stable NGINX in CentOS 8 or RHEL 8 based distributions, using prebuilt packages
Read More...Sed? Long live “replace”!
by Danila Vershinin, May 22, 2019
Use replace2 to quickly replace strings in text files. Sed alternative for strings replacement
Read More...