Linux
markinlqx
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS7使用firewalld
1、firewalld的基本使用启动: systemctl start firewalld查看状态: systemctl status firewalld 停止: systemctl disable firewalld禁用: systemctl stop firewalld 2.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功原创 2017-03-08 14:42:17 · 418 阅读 · 0 评论 -
ssh-keygen的使用方法
关键是看有没有用 something 和 something.pub 来命名的一对文件,这个 something 通常就是 id_dsa 或 id_rsa。有 .pub 后缀的文件就是公钥,另一个文件则是密钥。假如没有这些文件,或者干脆连 .ssh 目录都没有,可以用 ssh-keygen 来创建。它先要求你确认保存公钥的位置(.ssh/id_rsa),然后它会让你重复一个原创 2017-03-11 18:21:14 · 1824 阅读 · 0 评论 -
Linux – Which application is using port 8080
Always, Java developers need to know which application is using the high demand 8080 port. In this tutorial, we will show you two ways to find out which application is using port 8080 on Linux.1.原创 2017-03-14 17:44:18 · 586 阅读 · 0 评论
分享