MyLaptop
镜像与电脑型号
安装镜像 : debian-12.1.0-amd64-DVD-1.iso
目前更新为 testing
笔记本 : acer SF314-512-52TY
hw-probe : link

问题
- 摄像头不工作
- 指纹不工作
- 无法查看风扇转速 ( Windows下一样 )
安装镜像 : debian-12.1.0-amd64-DVD-1.iso
目前更新为 testing
笔记本 : acer SF314-512-52TY
hw-probe : link

Hello guys,
We would like to inform you that we have decided to shut down our site.
The past 2 years have been very difficult for us - some of the people in our team died due to covid complications,
others still suffer the side effects of it - not being able to work at all.
Some are also fighting the war in Europe - ON BOTH SIDES.
Also, the power price increase in data centers in Europe hit us pretty hard.
Inflation makes our daily expenses impossible to bare.
Therefore we can no longer run this site without massive expenses that we can no longer cover out of pocket.
After an unanimous vote we’ve decided that we can no longer do it.
We are sorry :(
Bye

妈的 我用 AdBlock 把 RARBG 的广告屏蔽了 我真是个畜生 😭

Peace. 🥀
wsl --updatewsl --versionWSL version: 1.1.3.0
Kernel version: 5.15.90.1
WSLg version: 1.0.49
MSRDC version: 1.2.3770
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22621.525sudo nano /etc/wsl.conf
[boot]
systemd=true
^O + ^X
wsl --shutdown
获取宿主机 ip cat /etc/resolv.conf
同时添加代理到 /etc/environment ~/.profile
也可以添加到 ~/.bashrc ~/.zshrc
### http代理
export windows_host=`cat /etc/resolv.conf|grep nameserver|awk '{print $2}'`
export ALL_PROXY=socks5://{username}:{passwd}@$windows_host:{port}
export HTTP_PROXY=$ALL_PROXY
export http_proxy=$ALL_PROXY
export HTTPS_PROXY=$ALL_PROXY
export https_proxy=$ALL_PROXY
export no_proxy=127.0.0.1,.devops.com,localhost,local,.local,172.28.0.0/16
if [ "`git config --global --get proxy.https`" != "socks5://{username}:{passwd}@$windows_host:{port}" ]; then
git config --global proxy.https socks5://{username}:{passwd}@$windows_host:{port}
fi
source /etc/environment&&source ~/.profilewget google.com
curl google.com
有返回值说明正常
Linux duzhuo 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
Docker Compose version v2.17.2
Docker version 23.0.2, build 569dd73
apt-get update -y
apt-get install apt-transport-https software-properties-common ca-certificates curl gnupg lsb-release -y
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
pengzhile/pandora
docker pull pengzhile/pandora
nginx
docker pull nginx
root@duzhuo:~/.pandora# tree
.
├── data
│ └── access_token.dat
├── docker-compose-pandora.yaml
├── docker-compose.yaml.bak
└── nginx
├── certs
│ ├── cert.pem
│ └── key.pem
├── htpasswd
└── nginx.conf
3 directories, 7 files
root@duzhuo:~/.pandora#
开启 Enhanced mode
编辑 config.yaml
proxies:
- { name: NeteaseMusicUnlock, type: http, server: 192.168.1.2, port: 8080 }
proxy-groups:
- name: NeteaseMusic
type: select
proxies:
- DIRECT
- NeteaseMusicUnlock
rules:
- DOMAIN-SUFFIX,music.163.com,NeteaseMusic
- DOMAIN-SUFFIX,music.126.net,NeteaseMusic
- DOMAIN-SUFFIX,163yun.com,NeteaseMusic
- DOMAIN-SUFFIX,api.iplay.163.com,NeteaseMusic
- DOMAIN-SUFFIX,apm.music.163.com,NeteaseMusic
- DOMAIN-SUFFIX,apm3.music.163.com,NeteaseMusic
- DOMAIN-SUFFIX,interface.music.163.com,NeteaseMusic
- DOMAIN-SUFFIX,interface3.music.163.com,NeteaseMusic
- DOMAIN-SUFFIX,mam.netease.com,NeteaseMusic
- DOMAIN-SUFFIX,hz.netease.com,NeteaseMusic
- IP-CIDR,39.105.63.80/32,NeteaseMusic
- IP-CIDR,45.254.48.1/32,NeteaseMusic
- IP-CIDR,47.100.127.239/32,NeteaseMusic
- IP-CIDR,59.111.21.14/31,NeteaseMusic
- IP-CIDR,59.111.179.214/32,NeteaseMusic
- IP-CIDR,59.111.181.38/32,NeteaseMusic
- IP-CIDR,59.111.181.60/32,NeteaseMusic
- IP-CIDR,59.111.160.195/32,NeteaseMusic
- IP-CIDR,59.111.160.197/32,NeteaseMusic
- IP-CIDR,59.111.181.35/32,NeteaseMusic
- IP-CIDR,59.111.238.29/32,NeteaseMusic
- IP-CIDR,101.71.154.241/32,NeteaseMusic
- IP-CIDR,103.126.92.132/32,NeteaseMusic
- IP-CIDR,103.126.92.133/32,NeteaseMusic
- IP-CIDR,112.13.119.17/32,NeteaseMusic
- IP-CIDR,112.13.122.1/32,NeteaseMusic
- IP-CIDR,115.236.118.33/32,NeteaseMusic
- IP-CIDR,115.236.121.1/32,NeteaseMusic
- IP-CIDR,118.24.63.156/32,NeteaseMusic
- IP-CIDR,193.112.159.225/32,NeteaseMusic
- IP-CIDR,223.252.199.66/32,NeteaseMusic
- IP-CIDR,223.252.199.67/32,NeteaseMusic