fbpx

FirewallD and trusted IP addresses


by Danila Vershinin, July 10, 2019

How to whitelist IP addresses in FirewallD like a PRO

Read More...

How to install VirtualBox in CentOS/RHEL 8


by Danila Vershinin, June 22, 2019

1. Install Fedora repos sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf install fed2el-release 2. Install Virtualbox (from upstream Fedora 28 repos) sudo dnfplus install VirtualBox 3. Install kernel-abi-whitelists sudo dnf install kernel-abi-whitelists 4. Build necessary modules akmods; systemctl restart systemd-modules-load.service 5. Rebuild modules automatically You can enable service to automatically rebuild VirtualBox required kernel modules, […]

Read More...

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...

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...