Online services for learning

Description Link
any key changing to Russian keyshttps://translit.ru/
for dynamic DNS and one the best dos attack protectionhttps://cloudflare.com
for languages translationhttps://www.deepl.com/en/translator
flowcharthttps://www.lucidchart.com/pages/
screen recorder/records 15minhttps://www.gliffy.com/pages/
mathhttps://screenpal.com/
forum/testdesmos.com
questionnairegoogle forum
crossword puzzlehttps://create.kahoot.it/auth/login
https://learningapps.org
making art with wordshttps://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