摘要: 1、查看Linux版本当前操作系统内核信 # uname -a 2、查看Linux当前操作系统版本信息 # cat /proc/version 3、查看Linux版本当前操作系统发行版信息 # cat /etc/issue 或cat /etc/redhat-release 4、查看Linuxcpu相 阅读全文
posted @ 2019-01-23 20:12 cay914 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 打开: # iptables -I INPUT -p tcp --dport 9000 -j ACCEPT # iptables -I OUTPUT -p tcp --dport 9000 -j ACCEPT 关闭: # iptables -I INPUT -p tcp --dport 9000 - 阅读全文
posted @ 2019-01-23 20:03 cay914 阅读(1792) 评论(0) 推荐(0) 编辑
摘要: First import from Git as a general single project. Then: For each module in the project do the following: 1- Right-click on the sub-project2- Import a 阅读全文
posted @ 2019-01-23 13:24 cay914 阅读(121) 评论(0) 推荐(0) 编辑