This service assumes that you followed the SSR receipt at ng-cli (i.e. you use the '@nguniversal/express-engine' package).
Fix for the angular-universal 2.1.0-rc.1 [hidden] issue
Issue: angular/universal#612
Fix: angular/universal#629
Create the __patch.node.hidden.ts
file and import it right after the polyfills.
- Instal matplotlib: https://github.com/rueckstiess/mtools/wiki/matplotlib-Installation-Guide-for-Mac-OS-X
pip3 install matplotlib
- In your created virtualenv:
.
echo "/usr/local/lib/python3.5/site-packages" > ~/.virtualenvs/MY_VIRTUALENV/lib/python3.5/site-packages/mpl_toolkits.pth
echo "/usr/local/lib/python3.5/site-packages" > ~/.virtualenvs/MY_VIRTUALENV/lib/python3.5/site-packages/matplotlib.pth
⚠️ Deprecated: Zabbix now includes official support for Telegram media, see https://www.zabbix.com/integrations/telegram.
Replace my_zabbix_bot
and My Zabbix Bot
below with your own names.
Add @BotFather
contact in Telegram and press 'start',
then type:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# | |
# Modified script from https://www.zabbix.org/wiki/Docs/howto/ssl_certificate_check | |
# which is able to check multiple hosts at once. | |
# | |
# Define a host macros like {$SNI} => 'domain1.com,domain2.com' | |
# | |
# Kostya Esmukov <[email protected]> | |
# |
Replace myproject
and domain.com
in the commands below to your needs.
# This folder will contain actual certificates and account data
mkdir -p /etc/myproject/letsencrypt/
# This folder will contain authentication files created by webroot plugin of the certbot
mkdir -p /var/myproject/letsencrypt/
This config assumes that nginx is run from docker image _/nginx.
docker network create nginx
mkdir -p /etc/myproject/nginx
cd /etc/myproject/nginx