Setting - Date and Time
时区设置为北京
NTP

  1. ntp.aliyun.com
  2. s1b.time.edu.cn
  3. ntp3.aliyun.com
  4. hk.pool.ntp.org

Identification

Management
Dashboard

  1. vim /boot/config/go
  2. http_proxy=http://192.168.1.5:7890 https_proxy=http://192.168.1.5:7890 /usr/local/sbin/emhttp &
  3. echo "export http_proxy=\"http://192.168.1.200:7890\"" >> /root/.bash_profile
  4. echo "export https_proxy=\"http://192.168.1.200:7890\"" >> /root/.bash_profile
  5. echo "export all_proxy=\"http://192.168.1.200:7891\"" >> /root/.bash_profile
  6. mkdir -p /etc/docker
  7. tee /etc/docker/daemon.json <<-'EOF'
  8. {
  9. "registry-mirrors": [
  10. "https://hub-mirror.c.163.com",
  11. "https://mirror.baidubce.com"
  12. ]
  13. }
  14. EOF
  15. tee /boot/config/plugins/community.applications/proxy.cfg <<-'EOF'
  16. port=7890
  17. tunnel=1
  18. # proxy=http://192.168.1.5
  19. proxy=socks5://192.168.1.5
  20. EOF

代理:http://plg.unraid.site:8/plg/UNRAID_Modify.plg

刷新-APPS
Chinese

  1. fdisk -l
  2. mkfs.ext3 /dev/sdb1
  3. mkfs.ext3 /dev/sdc1
  1. # 进入插件列表
  2. https://forums.unraid.net/forum/61-plugin-support/
  3. Community Applications
  4. Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
  5. Unassigned Devices Preclear - a utility to preclear disks before adding them to the array

image.png
https://post.smzdm.com/p/aekeqz2q/

  1. PUID 99
  2. PGID 100
  3. TZ Asia/Shanghai
  1. watch -n 1 grep MHz /proc/cpuinfo

屏蔽端口

https://post.smzdm.com/p/a27xn0zq/

  1. https://raw.githubusercontent.com/Skitals/unraid-vfio-pci/master/plugins/vfio.pci.plg