局域网远程桌面一个方案

https://github.com/LizardByte/Sunshine/

IPV6内网穿透方案

个人域名betteryimi.top 此外手机热点给电脑 有ipv6公网 (做热点的话好像临时ipv6地址才行) 开启防火墙可访问 ddns 使用ddns-go这个开源项目 申请一下阿里云的密钥即可

Blog

blog方案 github page 或者 cloudflare page The world’s fastest framework for building websites | Hugo (gohugo.io)

hugo等框架 QuartzV4

Bug

电脑不知道为啥访问 fonts.googleapis.com 有问题(DNS的问题感觉 因为没有获取到ipv4 ipv6也ping不通) vscode打开QuartzV4 搜索全局替换为 fonts.loli.net

为啥有问题

网站部署可使用nginx或者nodejs,见nginx

gitbook?

MathJax Support - Hugo中文文档 (gohugo.org) latex公式支持(使用mathjax):

<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>

Winget

好用

并行使用 PowerShell 7 与 Windows PowerShell 5.1

注意PowerShell 7 与 Windows PowerShell是不同的东西

什么是 Windows PowerShell? - PowerShell | Microsoft Learn

powershell 7 搭配oh-my-posh

winget install JanDeDobbeleer.OhMyPosh

安装好Nerd Fonts字体

oh-my-posh font install meslo

终端设置好字体

编辑$PROFILE 没有的话New-Item -Path $PROFILE -Type File -Force生成 notepad $PROFILE 添加如下oh-my-posh init pwsh | Invoke-Expression 重启终端 上述themes可以通过Get-PoshThemes指令获取(好像先要初始化), 获取主题后编辑$PROFILE oh-my-posh init pwsh --config 'C:\Users\sea\AppData\Local\Programs\oh-my-posh\themes\1_shell.omp.json'| Invoke-Expression

难道初始 好像需要注意不能 这个保存的速度有点快哇