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 …

Web server redirect

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

Read...

Atlassian Confluence REST API (Eng)

How to work with REST API Confluence.

Rus [caption id="attachment_2385" align="aligncenter" width=…

Read...

Oh my gosh BACULA config

Recently finished bacula config and run first one successfully! I'm really do not understand now, w…

Read...

Python и vk execute = 40 тысяч постов за 3 минуты!

Да, сучка, это Python и vk execute!py_vk Собрать 39000 постов за 3 минуты! Закончил очередную партию пар…

Read...

Установка нового плагина в Redmine и проблемы

Установка нового плагина в Redmine и проблемы: - иногда может потребоваться миграция базы - иногда …

Read...

The conclusion after migration VMvsHyperV

VMvsHyperV_result.PNG So, what can I say before migration. First day looks good, nothing leaks, all services works as ex…

Read...

Инсталим Redmine на Centos 6

Для начала следует сразу прочесть: официальный гайд СДЕЛАЛ СНЕПШОТ ВИРУАЛКИ После чего пойдем по не…

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

vk execute

https://vk.com/dev/execute py_vk Продолжаю линейку ознакомительных постов на тему "в мире эльфийских яз…

Read...

Python array

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

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

Read...