Description | Link |
any key changing to Russian keys | https://translit.ru/ |
for dynamic DNS and one the best dos attack protection | https://cloudflare.com |
for languages translation | https://www.deepl.com/en/translator |
flowchart | https://www.lucidchart.com/pages/ |
screen recorder/records 15min | https://www.gliffy.com/pages/ |
math | https://screenpal.com/ |
forum/test | desmos.com |
questionnaire | google forum |
crossword puzzle | https://create.kahoot.it/auth/login |
https://learningapps.org | |
making art with words | https://wordart.com/ |
Description:
nfty – It a selfhosting notification service, It allows you to send notifications to your phone or computer via rest api.
i used for checking up the progress if it has finished or not, like downloading large files, making backups, compiling code, and knowing a security sensor has been activated, and sending a reminder
Commands:
Windows:
Invoke-RestMethod -Uri “http://server_address/alert_topic” -Method POST -Body “Hello message“
MacOS/Linux:
curl -d “Hello message” http://server_address/alert_topic
Link:
