angel
MASTERING AZURE WITH CLOUD SHELL
https://www.thomasmaurer.ch/2019/01/azure-cloud-shell
Bootstrap Kubernetes the hard way on Microsoft Azure Platform
https://github.com/ivanfioravanti/kubernetes-the-hard-way-on-azure
Гъби с масло, чесън и копър
https://bit.ly/2U1nZz9 Необходими Съставки печурки – 4 бр. чесън – 1 по – голяма скилидка копър – около 2 стръкчета масло – 2 – 3 с.л. сол черен пипер Начин на приготвяне Печурките се нарязват. Наситнява се чесънът. В съд на котлона се разтапя маслото и се запържва чесънът. Добавят се гъбите и се запържват и те леко. Слагат се сол и … Read more
Infrastructure as Code in the Cloud
Mike Pfeiffer’s site: https://cloudskills.fm/002 Here are the resources: Build Azure Resource Manager templates Azure Quickstart Templates AWS CloudFormation Getting Started AWS Quick Start Templates Google Cloud Deployment Manager Learn Terraform Infrastructure as Code for the IT Administrator
Freeware library to create Excel files
https://github.com/dotnetcore/NPOI
FreeNAS® 11.2-RELEASE User Guide
https://www.ixsystems.com/documentation/freenas/11.2/freenas.html
FreeNAS tricks
http://docs.gz.ro/FreeNAS-command-line.html Locked out of GUI because of bad SSL Certificate: ssh -L 9000:localhost:80 [email protected] browse http://localhost:9000/ sqlite3 /data/freenas-v1.db “select * from system_settings” sqlite3 /data/freenas-v1.db “update system_settings set stg_guihttpsredirect = 0, stg_guiprotocol=’http’;” Allow TCP Forwarding and make tunnel: in /etc/ssh/sshd_config AllowTcpForwarding yes sockstat -l | grep 22 kill 2792 /etc/rc.d/sshd onestart ssh -L 9000:freenas_local_ip:80 root@freenas_public_ip browse … Read more