Skip to content

Instantly share code, notes, and snippets.

View dyipon's full-sized avatar

dy dyipon

  • iPon Computer
  • Eger, Hungary
View GitHub Profile
#pip3 install wallbox
from wallbox import Wallbox, Statuses
import time
import datetime
import sys
w = Wallbox("user", "pass") #my.wallbox.com user/pass
# Authenticate with the credentials above
@dyipon
dyipon / synology-commands.sh
Created March 2, 2024 09:48 — forked from sebastian13/synology-commands.sh
Collection of useful terminal commands for Synology DS.
# Renew Let's Encrypt Certificates
/usr/syno/sbin/syno-letsencrypt renew-all
# Disable Firewall
/usr/syno/bin/synofirewall --disable

master:

curl -sfL https://get.k3s.io | sh -
cat /var/lib/rancher/k3s/server/node-token

nodes:

Flask
gunicorn
selenium
chromedriver-binary==85.0.4183.87.0
pytz