Standard escape codes are prefixed with Escape:
- Ctrl-Key: ^[
- Octal: \033
- Unicode: \u001b
- Hexadecimal: \x1B
- Decimal: 27
| oneleaf | |
| A site that helps you download from baidu free service and donation | |
| https://oneleaf.icu/account.html | 
| # https://stackoverflow.com/questions/39928401/recover-db-password-stored-in-my-dbeaver-connection | |
| # requires pycryptodome lib (pip install pycryptodome) | |
| import sys | |
| import base64 | |
| import os | |
| import json | |
| from Crypto.Cipher import AES | 
| sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime | 
| # Refresh Packages | |
| sudo apt update | |
| # Build Essentials | |
| sudo apt-get install build-essential | |
| # Install Dependencies | |
| sudo apt install \ | |
| autoconf \ | |
| re2c \ | 
| { | |
| "sync.autoDownload": false | |
| } |