timedatectl set-local-rtc 1 --adjust-system-clock
[......]
转载自:https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package
dpkg或者apt二选一即可
dpkg层面
# Put a package on hold:
echo "<package-name> hold" | sudo dpkg --set-selections
# Remove the hold:
echo "<package-name[......]
# Now, to forward port 9999 on host 192.168.202.103 to port 80 on host 192.168.202.105
# we need to add the following rules to the iptables configuration of host 192.168.202.103:
sudo iptables -t nat -A PREROUTING -p tcp --dport 9999 -j DNAT --to-d[......]
https://webcamoid.github.io/
支持windows、linux、mac
简单配置一下就可以,chrome可以识别~
测试效果可以在这里https://webcamtests.com/[......]
目前比较流行的开源字体是思源宋体和思源黑体
1 下载
wget https://codeload.github.com/adobe-fonts/source-han-serif/zip/1.001R
wget https://codeload.github.com/adobe-fonts/source-han-sans/zip/2.001R
2 提取字体
讲上述分别解压缩,然后提取OTF目录下的中文字体(后缀名应该是otf),分别拷贝到两个目录中
假设是han-sans[......]