- Эпизод 0: Зачем нам нужен Kubernetes https://www.youtube.com/watch?v=Qmac8MNlhmg
- A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster https://github.com/robscott/kube-capacity
#!/usr/bin/bash | |
mkdir node_exporter | |
cd node_exporter/ | |
wget https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-1.0.1.linux-amd64.tar.gz | |
tar xf node_exporter-1.0.1.linux-amd64.tar.gz | |
cd node_exporter-1.0.1.linux-amd64 | |
mv node_exporter /usr/bin |
<!-- Main Header --> | |
<header class="main-header"> | |
<!-- Logo --> | |
<a href="/" class="logo"> | |
<span class="logo-mini"><b>A</b></span> | |
<span class="logo-lg"><b>ADMIN</b></span> | |
</a> | |
<nav class="navbar navbar-static-top" role="navigation"> | |
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button"> |
/* | |
* Copyright (c) 2017 rxi | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to | |
* deal in the Software without restriction, including without limitation the | |
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |
* sell copies of the Software, and to permit persons to whom the Software is | |
* furnished to do so, subject to the following conditions: | |
* |
<?php | |
// This script checks all requirements which a server | |
// must have for correct work of Laravel 5.8 | |
// | |
// Author: Yehor Smoliakov | |
$phpVersion = '7.1.3'; | |
$exts = ['openssl', 'pdo', 'mbstring', 'tokenizer', 'xml', 'ctype', 'json', 'bcmath']; |
Чтобы не забыть и иметь централизованное место для этих полезных вещей.
Название | Примечения |
---|---|
Google Translate | - |
Bing Microsoft Translator | есть машинное произношение слов |
Назва | Сайт | Тарифи | Платіжні картки |
---|---|---|---|
LiqPay | https://www.liqpay.ua/uk/ | https://www.liqpay.ua/uk/tariffs | Visa, Mastercard |
Portmone | https://www.portmone.com.ua/r3/uk/ecommerce | https://www.portmone.com.ua/r3/uk/ecommerce | Visa, Mastercard, ПРОСТІР |
UA Pay | http://acquiring.uapay.ua/ | у договорі | Visa, Mastercard, ПРОСТІР |
Platon | https://platon.ua/ua | https://platon.ua/ua | Visa, Visa Checkout, Mastercard, Masterpass, ПРОСТІР |
FONDY | https://fondy.ua/uk/ | https://fondy.ua/uk/tariffs-fondy/ | Visa, Mastercard, ПРОСТІР |
import hmac | |
import hashlib | |
import base64 | |
class ImgProxy: | |
""" | |
The class generates a signature for the imgproxy (https://github.com/DarthSim/imgproxy). | |
Author: Yehor Smoliakov (https://github.com/egorsmkv) |
Currently, the latest version is 2.18.0. Download and extract it and go to the folder of the source code:
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.18.0.tar.gz
tar xf git-2.18.0.tar.gz
cd git-2.18.0/