This creates a new ssh key, using the provided email as a comment(label). Ex: ssh-rsa AAA....== this_is_a_comment (email/hostname/etc.)
> ssh-keygen -t rsa -b 4096 -C "[email protected]"
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev" #Acer | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev" #ASUS | |
SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev" #Dell | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev" #Foxconn | |
SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu | |
SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu Toshiba | |
SUBSYSTEM=="usb", ATTR{idVendor}=="091e", MODE="0666", GROUP="plugdev" #Garmin-Asus | |
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev" #Google | |
SUBSYSTEM=="usb", ATTR{idVendor}=="201E", MODE="0666", GROUP="plugdev" #Haier | |
SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0666", GROUP="plugdev" #Hisense |
/* | |
Đề: Cho 1 list string đếm xem input nhập vào match bao nhiêu lần. | |
Ví dụ: | |
String[] arr = | |
{ | |
"tôi thấy hoa vàng trên cỏ xanh", | |
"hôm nay tôi thấy hoa vàng", | |
"hoa vàng trên cỏ xanh, hoa vàng trên cỏ xanh" | |
} | |
Expectation: |
<?php | |
// More detail at https://www.codexworld.com/post-receive-json-data-using-php-curl | |
// API URL | |
$url = 'http://www.example.com/api'; | |
// Create a new cURL resource | |
$ch = curl_init($url); | |
// Setup request to send json via POST | |
$data = array( |
<?php | |
// cs-cart/addons/hybrid_auth/lib/Hybrid/Auth.php | |
// Ensure session is saved before sending response, see https://github.com/symfony/symfony/pull/12341 | |
if ((PHP_VERSION_ID >= 50400 && PHP_SESSION_ACTIVE === session_status()) || (PHP_VERSION_ID < 50400 && isset($_SESSION) && session_id())) { | |
session_write_close(); | |
} | |
// https://www.hostinger.com/tutorials/php-redirect | |
// https://www.tutorialrepublic.com/faq/how-to-make-a-redirect-in-php.php | |
// https://upcity.com/blog/6-how-to-redirect-your-site-properly/ |
This creates a new ssh key, using the provided email as a comment(label). Ex: ssh-rsa AAA....== this_is_a_comment (email/hostname/etc.)
> ssh-keygen -t rsa -b 4096 -C "[email protected]"
https://lewisf.com/dactyl-manuform/ hold ; and use hjkl to left,right, up,down
Both part needs to have ProMicro MicroController so It can use the QMK Firmware for controling the keys on keyboard itself
4x6 is the way to go
There’s a strong trend for ergonomic keyboards to reduce the number of keys, mostly becouse of QMK framework that allows layering. People usually prefer less rows.
"""""""""""""""""""""""""""""""""" | |
" Sivin's Neovim Configuration | |
" this version is for android termux | |
" ~/.config/nvim/init.vim | |
" | |
"""""""""""""""""""""""""""""""""" | |
" Specify a directory for plugins | |
" - Avoid using standard Vim directory names like 'plugin' |
Unlock bootloader
https://www.getdroidtips.com/unlock-bootloader-redmi-9-redmi-9a/
Downgrade to android 10 (stock rom) by SP Flash Tool or Mi Flash Tool
https://spflashtool.com/
https://xiaomiflashtool.com/
https://xiaomistockrom.com/