Puffin Jiang’s Blog

心有猛虎,细嗅蔷薇!

Networking With Tailscale At FreeBSD

Networking With Tailscale At FreeBSD

创建: 2024-03-28 | 更新: 2024-03-28 | 字数: 423字 | 时长: 1分钟 |  作者:Puffin Jiang

Wget Install Failed With No Valid Openpgp On Ubuntu

apt install failed without valid OpenPGP data found

创建: 2024-03-23 | 更新: 2024-03-23 | 字数: 85字 | 时长: 1分钟 |  作者:Puffin Jiang

Cloudflared Docker Can Not Connect

Can not connect to server with cloudflared docker

创建: 2024-03-23 | 更新: 2024-03-23 | 字数: 276字 | 时长: 1分钟 |  作者:Puffin Jiang

Mounting NTFS On FreeBSD

Backing up data on my windows system disk to freebsd

创建: 2024-03-07 | 更新: 2024-03-07 | 字数: 406字 | 时长: 1分钟 |  作者:Puffin Jiang

Deploying NFS Service On FreeBSD

Deploying NFS Service On FreeBSD And Make It Available To My Mac

创建: 2024-03-04 | 更新: 2024-03-04 | 字数: 144字 | 时长: 1分钟 |  作者:Puffin Jiang

Deploy Django Asgi Server With Supervisor And Daphne In Docker

Deploy django asgi server with supervisor and daphne in docker and managed with docker-compose

创建: 2024-01-19 | 更新: 2024-01-19 | 字数: 396字 | 时长: 1分钟 |  作者:Puffin Jiang

Ssh Failed With Server Changed

ssh login failed after server have been changed

创建: 2024-01-17 | 更新: 2024-01-17 | 字数: 256字 | 时长: 1分钟 |  作者:Puffin Jiang

Get Mimetypes Of File In Python

get mimetypes of file in python

创建: 2024-01-01 | 更新: 2024-01-01 | 字数: 55字 | 时长: 1分钟 |  作者:Puffin Jiang

ForeignCellPhoneCards

Usage of Foreign Cell Phone Cards

创建: 2023-12-02 | 更新: 2023-12-02 | 字数: 35字 | 时长: 1分钟 |  作者:Puffin Jiang

Seafile Large File Download Failure

Seafile Large File Download Failure with Nginx Reverse Proxy Configuration

创建: 2023-12-01 | 更新: 2023-12-01 | 字数: 273字 | 时长: 1分钟 |  作者:Puffin Jiang

Applying For An Ssl Certificate With Acme

使用 acme 配置 免费的 ssl 证书并自动更新

创建: 2023-11-21 | 更新: 2023-11-21 | 字数: 689字 | 时长: 2分钟 |  作者:Puffin Jiang

Upgrading Nginx To The Latest On Ubuntu

Install base environment OS: Ubuntu 18.04.6 LTS Current Nginx: 1.18.0 Add Nginx repo 1 2 3 4 echo "deb http://nginx.org/packages/mainline/ubuntu `lsb_release -cs` nginx" \ | sudo tee /etc/apt/sources.list.d/nginx.list curl -o /tmp/nginx_signing.key https://nginx.org/keys/nginx_signing.key sudo mv /tmp/nginx_signing.key /etc/apt/trusted.gpg.d/nginx_signing.asc Install Nginx 1 2 sudo apt update sudo apt install nginx Restart Nginx check the status of nginx 1 sudo systemctl status nginx.service restart nginx 1 sudo systemctl restart nginx.service

创建: 2023-11-05 | 更新: 2023-11-05 | 字数: 66字 | 时长: 1分钟 |  作者:Puffin Jiang

Speed Up Tar File Compression With Pigz

Use pigz to accelerate compression of tar files

创建: 2023-09-27 | 更新: 2023-09-27 | 字数: 99字 | 时长: 1分钟 |  作者:Puffin Jiang

Exceeded Storage Quota When Uploading To Seafile

Reslove Exceeded Storage Quota When Uploading To Seafile

创建: 2023-09-27 | 更新: 2023-09-27 | 字数: 84字 | 时长: 1分钟 |  作者:Puffin Jiang

Git Commit Message Guidelines

Git Commit Message 指南

创建: 2023-09-07 | 更新: 2023-09-07 | 字数: 783字 | 时长: 2分钟 |  作者:Puffin Jiang