Raspberry 5 test-to-speech using Piper

I wanted to make my Raspberry tell me about power outages and air alerts near my location.

The setup is pretty simple and described ar the repo:

Installing NUT - Network Ups Tool Notifications and emails

Notifications and email

 

Simple

 Go to file:

sudo vi /etc/nut/upsmon.conf
Add at the EOF:
# Email script for NOTIFYCMD
# Simple
NOTIFYCMD "/etc/nut/notifycmd.sh" …

Installing NUT - Network Ups Tool

I'll describe a full path on how to install and use NUT.
My implementation is using Raspberry Pi 5 and a TP-Link router attached to 800W UPS.
RPi will be …

WSGI mod, Python, Django, Celery and a nice fella virtualenv

Here I'll show how to use Python (3.8.0 in the current example, but legit for latest 3.+ versions, not for os.name == 'NT') and virtualenv to setup WGSI enabled …

VMware vCenter Inventory Service

Установка третьего пакета: vCenter Inventory Service По сути vCenter Inventory Service - …

Read...

VMware vCenter Single Sign-on install

Установка первого пакета: vCenter Single Sign-on Описание: если вкратце, из того что я понял, …

Read...

Миграция с IIS на Apache

Чтобы не забыть и не потерять навыки, которые я приобрел набивая шишки в процессе миграции веб-сайт…

Read...

Perforce - Windows start investigation and install

Perforce is a commercial, proprietary revision control system developed by Perforce Software, Inc. …

Read...

Python array

Начинаю учить Пайтон, буду набивать шпаргалки.

lst = ['spam', 'drums', 100, 1234]
print(lst[2])
…

Read...

MySQL how to Alter multiple schema tables

To MyISAM from all InnoDB:

SET @DATABASE_NAME = 'db_name';
SELECT  CONCAT('ALTER TABLE `', table_…

Read...

Y.A. great plugin for Redmine!

Yet another great plugin for Redmine just teached me how to add tables and columns manually into My…

Read...

Perforce - Centos start investigation and install

The Perforce service and applications are available from the Downloads page on the Perforce web sit…

Read...

Свое интернет-радио

Для настройки своей собственной интернет станции нам потребуется что-то из следующего списка, на вы…

Read...

from VmWare to Windows Hyper-V

So! This time has come! I will switch my virtual enviroment from Vmware to Windows Server 2012 + Hy…

Read...