Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
{ | |
"sync.autoDownload": false | |
} |
# Refresh Packages | |
sudo apt update | |
# Build Essentials | |
sudo apt-get install build-essential | |
# Install Dependencies | |
sudo apt install \ | |
autoconf \ | |
re2c \ |
sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime |
# 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 |
oneleaf | |
A site that helps you download from baidu free service and donation | |
https://oneleaf.icu/account.html |