arts-week11

Algorithm

  1. 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

posted @ 2018-10-01 20:32  okokabcd  阅读(129)  评论(0编辑  收藏  举报