This guide walks you through executing the following SQL command inside a PostgreSQL Docker container:
DELETE FROM session WHERE session_id = 'id_visitor';
DELETE FROM website_event WHERE session_id = 'id_visitor';| from pynput import keyboard | |
| import os | |
| # === CONFIGURABLE SECTION === | |
| file_path = "score.txt" # Change to your preferred path | |
| left_key = 'a' # Key to increase the first number | |
| right_key = 'd' # Key to increase the second number | |
| reset_key = 'r' # Optional: reset to 0-0 | |
| exit_key = 'esc' # Optional: exit the script | |
| # ============================ |
| import os | |
| file_path = "counter.txt" # You can also use an absolute path if needed | |
| # Make sure the file exists and read the current count | |
| if not os.path.exists(file_path): | |
| count = 0 | |
| else: | |
| with open(file_path, "r") as f: | |
| content = f.read().strip() |
Settings > Control Plane > Console.Advanded enable SSH and input a password.root and the password is the one you set.pidof udhcpc./bin/kill -SIGUSR2 PID which will kill the process.ip addr.reboot now.Fix for username_history rustlog db error.
docker compose exec clickhouse clickhouse-client -q "DROP TABLE rustlog.username_history"
Fix for message_structured rustlog db error.
docker compose exec clickhouse clickhouse-client -q "DROP TABLE rustlog.message_structured"