FAQ
Linux问题
ssh-copy-id 配置免密以后无效的问题
Authentication refused: bad ownership or modes for directory
参考博客
https://blog.csdn.net/weixin_42559574/article/details/129943394
https://blog.csdn.net/andyguan01_2/article/details/100658905
查看安全相关的日志
sudo cat /var/log/secure
发现是免密文件的权限问题引起的,权限的文件是有一定的规定的不是越高越好,这个也算是linux的自我保护机制吧
chmod 600 /home/bigdata/.ssh/authorized_keys
chown bigdata:bigdata /home/bigdata/.ssh/authorized_keys
ls -l /home/bigdata/.ssh/authorized_keys
chmod 700 /home/bigdata/.ssh
chown bigdata:bigdata /home/bigdata/.ssh
ls -ld /home/bigdata/.ssh
chmod 755 /home/bigdata
chown bigdata:bigdata /home/bigdata
ls -ld /home/bigdata
chmod 600 /home/bigdata/.ssh/id_rsa
ls -l /home/bigdata/.ssh/id_rsa
大数据算法
Uber H3算法
相关博客
民间资料
大数据
大数据指标体系
Flume
Upsert-kafka-demo
后端
技术选型
https://segmentfault.com/a/1190000023467005?utm_source=sf-similar-article
JAVA知识体系
PostgreSQL
https://segmentfault.com/a/1190000044048598?utm_source=sf-similar-article
机器学习
零度解说
跨境电商
爬虫谷歌驱动安装
https://cuiqingcai.com/33043.html https://googlechromelabs.github.io/chrome-for-testing/ https://www.cnblogs.com/laoluoits/p/17710501.html