加载中...
树莓派定时任务 树莓派定时任务
linux一般使用 crontab -e 编辑定时任务,但是在树莓派设置定时却没用。 解决方案: nano /etc/crontab 这个命令设置定时任务可以指定用户(pi或者root)。 参考链接: https://askubuntu.c
hexo遇到的问题 hexo遇到的问题
今天用hexo渲染机器学习笔记时出现报错 FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.
SSH:Permissions问题 SSH:Permissions问题
SSH 遇到Permissions for private-key are too open 之前用wsl连接ssh一直有问题 今天用谷歌大法成功解决了这个问题 sudo chmod 600 ~/.ssh/id_rsa 之前给id_rsa