作者: UzkiS

27 篇文章

PVE8.0 畅网N100 直通
vim /etc/kernel/cmdline 添加 intel_iommu=on iommu=pt vim /etc/modules vfio vfio_iommu_type1 vfio_pci vfio_virqfd 运行 proxmox-boot-tool refresh update-initramfs -u -k all
LineageOS 修复时间、WIFI
adb shell "settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204" adb shell "settings put global captive_portal_https_url http://connect.rom.miu…
ESXi6.7 添加驱动
D1581主板,原版打算装ESXi7.0,但是板载RTL8111网卡貌似没办法在7.0下支持,所以需要制作6.7版本带驱动的镜像 安装 PowerCLI PowerShell管理员模式运行Install-Module -Name VMware.PowerCLI 或直接下载zip https://developer.vmware.com/tool/v…
Python
总是会忘记,记一下 虚拟环境 python -m venv [venv_name] ./[venv_name]/scripts/activate deactivate 生成 requirements.txt pip freeze > requirements.txt
古老的FRP配置教程
因为工作需要把办公室的电脑远程桌面穿透出来,所以把很久以前写的FRP配置文档贴上来了。因为是很久以前写的所以肯定有东西过时了,所以仅供参考。这次打算用docker部署 获取frp客户端及服务端   首先我们需要去github下载frp服务端以及frp客户端的对应文件 https://github.com/fatedier/frp/releases …
thumbnail
黑群晖7.1 安装/升级/引导制作
本文已过时,全面转战 arpl-i18n 已有6.2的黑群,尝试升级,记录下步骤 制作引导 先是编译引导,引导在 https://github.com/pocopico/tinycore-redpill 因众所周知的问题,请自备魔法 直接下载源码中的镜像,我下载的是uefi的tinycore-redpill-uefi.v0.8.0.0.img.gz…
Windows 下配置 WSL 开发环境
其实都在这里 https://docs.microsoft.com/en-us/windows/wsl/tutorials 记录一下自己重装会用到的 Git git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-cr…