Using Rocky Linux 8 (on Digital Ocean), start from scratch.
Using user root.
dnf install epel-release
dnf update
| export interface IanaTimezone { | |
| group: string; | |
| timezone: string; | |
| label: string; | |
| } | |
| export const IANA_TIMEZONES = [ | |
| // UTC+14:00 | |
| { group: 'UTC+14:00', timezone: 'Pacific/Kiritimati', label: 'Pacific/Kiritimati (+14)' }, | |
| // UTC+13:00 |
| export interface IanaTimezone { | |
| group: string; | |
| timezone: string; | |
| label: string; | |
| } | |
| export const IANA_TIMEZONES = [ | |
| // UTC+14:00 | |
| { group: 'UTC+14:00', timezone: 'Pacific/Kiritimati', label: 'Pacific/Kiritimati (+14)' }, | |
| // UTC+13:00 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title></title> | |
| </head> | |
| <body> | |
| <script> | |
| var numbersqu = prompt('how big do you want of the chessboard'); | |
| var sizesqu = prompt('the size of square'); |
| Windows Registry Editor Version 5.00 | |
| ; more info on remapping keys on windows | |
| ; see (in Chinese) https://cloud.tencent.com/developer/article/1566158 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
| "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,3A,00,1D,00,1D,00,3A,00,00,00,00,00 |