# Way 1: Debfoster sudo apt-get update sudo apt-get install debfoster sudo debfoster # Way 2: Deborphan sudo apt-get update […]
Display File Content Colorfully with Bat
# Step 1: Install sudo apt-get update sudo apt-get install bat mkdir -p ~/.local/bin ln -s /usr/bin/batcat ~/.local/bin/bat echo ‘export […]
Replace Website Url by SQL
UPDATE wp_options SET option_value = replace(option_value, ‘old.domain.com’,’new.domain.com’) ; UPDATE wp_posts SET post_content = replace(post_content, ‘old.domain.com’,’new.domain.com’) ; UPDATE wp_comments SET […]
Make an USB macOS Installer
## If the image “Montery” located in the “application” directory, do the following command in the terminal if your USB […]
Stop macOS Update Hint
Go to find the “hosts” file in /etc and modify it as below: cd /etc/ cat hosts ##### and it […]
Delete @eadir or .DS_Store on NAS
Login in to NAS via SSH, then as below:
Nginx 413 Request Enity Too Large
01. Modify nginx.conf to resolve it 02. The difference between ” http”, “server”, “location”
VPS Warp IPV6
1.Add Backports Repository 2. Add Internet Tool Packages 3. Add Wireguard Tools 4. Check Core Version, If Its Number Later […]
Vim Orders
01 Move Cursor 02 Screen Scroll and Jump 03 Text Find & Replace 04 Text Insert 05 Text Delete 06 […]
Install Bark
Official Repository https://github.com/Finb/bark-server Method A: With Docker: Method B: With Docker Compose: Nginx Template: