Given the target path is “/root/home/python” # Step 1: install homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install […]
Category: Env
Set Sublime Text3 for Python in MacOS
# Step 1: Check the interpreter file path in Terminal as below type -a python3 # it will outputs information […]
How to install Python3 on Mac
# Step 1: install brew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install python by brew brew install python […]
How to find useless pkg
# 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 […]
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 […]