Joinc

导航

2017年12月22日 #

windows 切换host 清理dns

摘要: ipconfig/flushdns 阅读全文

posted @ 2017-12-22 13:30 Joinc 阅读(238) 评论(0) 推荐(0) 编辑

chmod +x 和 chmod u+x的区别

摘要: 常用: u 代表用户. g 代表用户组. o 代表其他. a 代表所有. 这意味着chmod u+x somefile 只授予这个文件的所属者执行的权限 而 chmod +x somefile 和 chmod a+x somefile 是一样的 Just doing +x will apply it 阅读全文

posted @ 2017-12-22 13:20 Joinc 阅读(10067) 评论(0) 推荐(0) 编辑

.tar.gz 和.tgz 解压

摘要: wget {url} 下载 eg: wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.24/bin/apache-tomcat-8.5.24.tar.gz *.tar.gz和*.tgz 用 tar –xzf 解压 阅读全文

posted @ 2017-12-22 13:16 Joinc 阅读(567) 评论(0) 推荐(0) 编辑

linux 常用重启

摘要: sudo reboot 为最常用重启 Linux centos关机与重启命令详解与实战 Linux centos重启命令: 1、reboot 普通重启 2、shutdown -r now 立刻重启(root用户使用) 3、shutdown -r 10 过10分钟自动重启(root用户使用) 4、sh 阅读全文

posted @ 2017-12-22 13:06 Joinc 阅读(273) 评论(0) 推荐(0) 编辑