Nginx monster docker with logging headers

Instruction about build docker nginx with many modules and enable headers logging Dockerfile FROM alpine:3.9.4 LABEL maintainer "a.v.galushko86@gmail.com" ENV COMPILE_DIR /build ENV LIBRESSL_DIR /libressl ENV NB_PROC 4 ARG NGINX_VERSION ENV VERSION_PCRE pcre-8.42 ENV VERSION_LIBRESSL libressl-2.8.2 ENV VERSION_NGINX nginx-$NGINX_VERSION ENV SOURCE_LIBRESSL http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ ENV SOURCE_PCRE https://ftp.pcre.org/pub/pcre/ ENV SOURCE_NGINX http://nginx.org/download/ ENV STATICLIBSSL $LIBRESSL_DIR/$VERSION_LIBRESSL ENV VERSION_NGINX_DEVEL_KIT 0.3.1 ENV VERSION_LUA_NGINX_MODULE […]

Читать дальше… from Nginx monster docker with logging headers

Build postgres docker with ip4r extension

Build postgres docker with ip4r extension For building postgresql with ip4r extension clone repo git clone git@gitlab.com:itc-life-dockers/postgresql.git Then exec in shell cd postgresql/11.3 bash build.sh After succes build you get postgresql docker with tag postgres:11.3.0 […]

Читать дальше… from Build postgres docker with ip4r extension

Обновление офисного пакета WPS Office 2022 для Linux

Install with script curl -L https://gitlab.com/cdn72/provisioning/-/raw/master/files/scripts/install/wps-office.sh -o /tmp/wps-office.sh bash /tmp/wps-office.sh […]

Читать дальше… from Обновление офисного пакета WPS Office 2022 для Linux

Bluetooth setup audio headphones on ubuntu 18.04

Bluetooth setup audio headphones on ubuntu 18.04 Add epository and upgrade system sudo add-apt-repository ppa:bluetooth/bluez sudo apt-get update sudo apt-get upgrade -y Audio equlaser ubuntu 18.04 sudo apt-get install pulseaudio-equalizer Add modules persist echo “load-module module-equalizer-sink” >> /etc/pulse/default.pa echo “load-module module-dbus-protocol” >> /etc/pulse/default.pa Load modules pactl load-module module-equalizer-sink pactl load-module module-dbus-protocol Run equlaser qpaeq […]

Читать дальше… from Bluetooth setup audio headphones on ubuntu 18.04