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...

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

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

Read...

ESXi Update "perversion"

Did you see ESXi upgrade perversion? Look and cry: perv

Read...

Который по счету "блог"

Такое себе интересное чувство, когда ты завел в своей жизни уже дюжину блогов, и то и дело таскал т…

Read...

vk execute wall get comments automation

Как использовать vk execute для получения всех комментариев со всех постов?

py_vk Как и обещал, пришло …

Read...

PowerShell randomizer

Интересная мутотень, надо не забыть. Пригодится, споры решать.

 

PS C:\> Get-Random -Mini…

Read...

How to Serve Multiple Domains Using Virtual Hosts

Снова себе напоминалка себе, забыл про вирт. хосты. На мульти доменном сервере всегда нужно делать …

Read...

MySQL default my.cnf концигурация

Далее приведена конфигурация MySQL сервера файлом: /etc/my.cnf по принятым стандартам для хоста с 1…

Read...

Web server redirect

Во-первых, чтобы найти статьи на интересующую меня тему, пришлось по изгаляться с поиском, правильн…

Read...

Allow Apache run python scripts

This is a simple ex. to allow apache run .py

# Python site at /var/www/py_site

LoadModule wsgi_…

Read...