摘要: 在 sources.list 文件中设置源 sudo vim /etc/apt/sources.list # 中科大 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src http://mirro 阅读全文
posted @ 2020-10-17 14:02 qianbuhan 阅读(488) 评论(0) 推荐(0)
摘要: # 安装 sudo apt install redis-server # 启动 sudo service redis-server start # 查看 sudo service redis-server status # 远程访问 protected-mode no (yes 改成 no) sud 阅读全文
posted @ 2020-10-17 11:51 qianbuhan 阅读(97) 评论(0) 推荐(0)
摘要: 修改 sshd_config 文件 /etc/ssh/sshd_config PasswordAuthentication yes PermitRootLogin yes 启动 /etc/init.d/ssh start 或 service ssh start 查看 /etc/init.d/ssh 阅读全文
posted @ 2020-10-17 11:22 qianbuhan 阅读(613) 评论(0) 推荐(0)