02 2021 档案

linux命令
摘要:学习参考:https://www.runoob.com/linux/linux-filesystem.html 1 #显示当前根目录空间使用情况df -h /#察看磁盘占用 df -h /etc #显示当前目录空间使用情况du -hs Linux目录结构和作用https://blog.csdn.ne 阅读全文

posted @ 2021-02-08 09:34 andy_1 阅读(57) 评论(0) 推荐(0)

xshell绿色版安装
摘要:1. 下载绿色版 2. 打开事报错 msvcp110.dll 缺失 3. 从对应地方下载安装软件,即可:https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=30679 4.配置字体显示: 打开Xshell,点击菜单栏的“文件”- 阅读全文

posted @ 2021-02-08 09:16 andy_1 阅读(507) 评论(0) 推荐(0)

ec2 ubuntu 使用密码登录
摘要:1、重新设置root 密码命令: sudo passwd root 2、sudo chmod 777 /etc/ssh/sshd_config 用完再把权限改回来 3、vi /etc/ssh/sshd_config 找到 PasswordAuthentication no,将no改为yes; 去掉 阅读全文

posted @ 2021-02-08 00:04 andy_1 阅读(295) 评论(0) 推荐(0)

python控制窗口,倒计时关闭
摘要:效果 import time 阅读全文

posted @ 2021-02-07 10:17 andy_1 阅读(558) 评论(0) 推荐(0)

win7无线网卡同时上网和共享设置
摘要:作者:三熊议会链接:https://www.zhihu.com/question/20011000/answer/13955826来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 额,我小挖一下坟。微软在Win7上新增了名为hostednetwork的机制,通过开启ho 阅读全文

posted @ 2021-02-03 14:23 andy_1 阅读(456) 评论(0) 推荐(0)

导航