convert the columns in
Engineering and technology notes
How to Import a CSV File in MySQL? {Command Line or phpMyAdmin}
Source: How to Import a CSV File in MySQL? {Command Line or phpMyAdmin}
Migrate from Ubuntu to Debian and take the application data along – Unix & Linux Stack Exchange
Grafana change date format – tip of the day – Configuration – Home Assistant Community
Since Grafana version 7.20 14 (Grafana addon updated 2020-09-23) it is now possible to localize the date format in a env.
read more here 336 about the options
Default is US i.e. MM/DD HH:mm
Update your grafana configuration to DD/MM
plugins: []
env_vars:
- name: GF_DATE_FORMATS_INTERVAL_HOUR
value: 'DD/MM HH:mm'
- name: GF_DATE_FORMATS_INTERVAL_DAY
value: DD/MM
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
Source: Grafana change date format – tip of the day – Configuration – Home Assistant Community
Synopsys
ESP32: Getting Started with Deta Base (Free Database)
https://randomnerdtutorials.com/esp32-deta-base-database-arduino/
The Things We Cannot Say: A WWII Historical Fiction Novel eBook : Rimmer, Kelly
Watch “Terraform explained in 15 mins | Terraform Tutorial for Beginners”
SSH key not working – Solid Explorer 2.0 support forums
Copy the old_key from connect bot then convert by:
“openssl rsa -in old_key -out new_key”
import the new_key file into Solid Explorer and that one will work.
That new private key will start with
—–BEGIN RSA PRIVATE KEY—–
and ends with
—–END RSA PRIVATE KEY—–
Source: SSH key not working – Solid Explorer 2.0 support forums
django – Where do I copy my VirtualHost directive in my Apache docker image?
Source: django – Where do I copy my VirtualHost directive in my Apache docker image? – Stack Overflow