Category: Picking

69 Posts

In Flask, virtual directory
In Flask, a virtual directory refers to mapping certain URL paths to specific folders or directories. This can be achieved using Flask's send_from_directory method, which allows the app to serve files from…
An encryption extension for SQLite
To create a password-protected SQLite database, you can use SQLCipher, an encryption extension for SQLite that allows you to create encrypted databases with a password. Here’s how to create a password-protected SQLite…
3A game: Black Myth “Wukong”
"Black Myth: Wukong," a highly anticipated 3A game from China: Overview Story Background: "Black Myth: Wukong" is inspired by the classic Chinese novel Journey to the West, but it offers a fresh…
The differences between New York and other states:
These differences highlight New York's unique position in the U.S. and showcase the diversity between states across the country. Urbanization: New York: Known for New York City, one of the world’s most…
Comparing V2Ray + VLESS with V2Ray + SOCKS5
Comparing V2Ray + VLESS with V2Ray + SOCKS5 and noticing differences in speed and performance. Here are some reasons why V2Ray + VLESS might be slower than V2Ray + SOCKS5: 1. Protocol…
Prints the raw TCPing value from Passwall2
import requests from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.ui import WebDriverWait # Import username and…
Ubuntu 22.04 has deprecated RSA SHA1 login
Recently, I upgraded my Ubuntu from 20.04 to 22.04, and after the upgrade, SSH connections are not working. Cause:Ubuntu 22.04 has deprecated RSA SHA1 login, causing the existing certificates to be unable…
Docker in operations
Docker has a wide range of applications in operations, enhancing deployment speed, simplifying configuration management, and improving portability and scalability. Here are some major use cases and benefits of Docker in operations:…