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 …

Django static files

How to find where def. static stores?

[root@test smm_py]# python3 manage.py findstatic css/base.cs…

Read...

vk execute + args + python + requests

py_vk Продолжаю закреплять выученное своим горьким опытом и методом тыка по теме vk execute и python, на…

Read...

Django + apache2 + mod_wsgi

This is conf file to allow apache run Django applications.

# Web site at /var/www/smm_tools
# Pyt…

Read...

Centos 7 extend volume

One more guide which help me to save nerves. https://www.rootusers.com/how-to-increase-the-size-of-…

Read...

Пост с именинниками Вконтакте

Публикация поста с именинниками Вконтакте:

py_vk Старый скриптец, который я использовал около года наза…

Read...

ИБП Powercom + VMware ESXi 5.5

Сейчас передо мной стоит задача заставить работать связку ИБП Powercom + VMware ESXi 5.5 В качестве…

Read...

Python 3 showing progressbar while subprocess.Popen

Have an interesting case I want to share and save for future. One small problem in this system:&nb…

Read...

Test design and implementation.

 

Very beginning

 

Test design

 

Our test system has a pretty simple configuratio…

Read...

Redmine кривые плагины ч2

Всегда, если что-то не работает, нужно делать --trace Тогда можно будет обнаружить много интересног…

Read...

Сетевые проблемы с VMware ESXi 5.5.0

Записываю себе на память, чтобы не тупить в будущем. Главная причина того, что у меня что-то отвали…

Read...