arts-week11
Algorithm
- 69. Sqrt(x) - LeetCode
Review
Building a network attached storage device with a Raspberry Pi
树莓派如何搭建 NAS
Tip
ssh连接慢
# vi /etc/ssh/sshd_config
UseDNS=no # 这个要显示的配置,因为这个默认配置是yes
GSSAPIAuthentication no # 这个也要显示地配置成no
# 重启sshd
systemctl restart sshd
Share
nginx反向代理获取用户真实ip