我的网站

2018年1月23日

liunx结构图

摘要: 阅读全文

posted @ 2018-01-23 17:31 智能小铺 阅读(83) 评论(0) 推荐(0)

2017年12月29日

连接ssh是连接不上Starting sshd:/var/empty/sshd must be owned by root and not group or world-writable.

摘要: 这个是权限的问题可采取以下两步解决chown -R root.root /var/empty/sshdchmod 744 /var/empty/sshdservice sshd restart 阅读全文

posted @ 2017-12-29 12:41 智能小铺 阅读(1293) 评论(0) 推荐(0)

2017年10月10日

Error: That port is already in use.

摘要: sudo fuser -k 8000/tcp杀死Django中端口被占用时杀死端口 要么找到该进程kill掉该进程。 阅读全文

posted @ 2017-10-10 22:14 智能小铺 阅读(186) 评论(0) 推荐(0)

导航

我的网站

这是我的网站连接