码迷,mamicode.com
首页 >  
搜索关键字:permanent    ( 627个结果
CentOS7使用firewalld打开关闭防火墙与端口
添加(permanent永久生效,没有此参数重启后失效) firewall-cmd --zone=public --add-port=80/tcp --permanent 重新载入 firewall-cmd --reload 查看 firewall-cmd --zone= public --quer ...
分类:其他好文   时间:2018-11-09 20:55:54    阅读次数:139
centos7防火墙设置
1.使用命令 firewall-cmd --state查看防火墙状态。得到结果是running或者not running 2.在running 状态下,向firewall 添加需要开放的端口 命令为 firewall-cmd --permanent --zone=public --add-port= ...
分类:其他好文   时间:2018-11-01 17:48:02    阅读次数:130
php安装脚本
PHP脚本yum-yinstalllibxml2-devellzip2-devellibcurl-devellibmcrypt-developenssl-develbzip2-develtarxf/usr/local/src/libmcrypt-2.5.7.tar.gztarxf/usr/local/src/php-5.6.27.tar.gzcd/usr/local/src/libmcrypt-2
分类:Web程序   时间:2018-10-26 17:48:50    阅读次数:252
配置github SSH公钥登录
git的安装见https://www.cnblogs.com/liliyang/p/9829931.html 配置git使用ssh密钥 git支持https和git两种传输协议,github分享链接时会有两种协议可选: 若git使用https协议,每次pull, push均提示要输入密码,使用git ...
分类:其他好文   时间:2018-10-23 14:46:47    阅读次数:183
centos7安装gitlab
安装依赖:yum-yinstallcurlpolicycoreutils-pythonopenssh-serversystemctlenablesshdsystemctlstartsshdyum-yinstallpostfixsystemctlenablepostfixsystemctlstartpostfixfirewall-cmd--permanent--add-service=httpsys
分类:其他好文   时间:2018-10-21 10:54:36    阅读次数:114
Activity工作流学习——Activity服务类
Activity有9个service1.DynamicBpmnService动态Bpmn服务Service providing access to the repository of process definitions and deployments.服务提供对流程定义和部署的存储库的访问。 2 ...
分类:其他好文   时间:2018-10-19 11:55:51    阅读次数:201
JVM内存管理的机制
Eclipse崩溃,错误提示:MyEclipse has detected that less than 5% of the 64MB of Perm Gen (Non-heap memory) space remains. It is strongly recommendedthat you ex ...
分类:其他好文   时间:2018-10-15 14:35:35    阅读次数:200
Centos7 systemctl和防火墙firewalld命令(参考https://www.cnblogs.com/marso/archive/2018/01/06/8214927.html)
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:Web程序   时间:2018-10-12 17:06:51    阅读次数:262
Vmware workstation15 Pro Permanent activation key
分享一个Vmware Workstation 15 Pro激活密钥 激活密钥许可证VMware Workstation Pro 15 激活许可证UY758-0RXEQ-M81WP-8ZM7Z-Y3HDA VF750-4MX5Q-488DQ-9WZE9-ZY2D6UU54R-FVD91-488PP-7 ...
分类:系统相关   时间:2018-10-11 11:38:29    阅读次数:314
CentOS 7开启防火墙端口
1.开启防火墙 systemctl start firewalld 2.添加 firewall-cmd --zone=public --add-port=80/tcp --permanent 3.重新载入 firewall-cmd --zone= public --query-port=80/tcp ...
分类:其他好文   时间:2018-10-11 11:36:14    阅读次数:148
627条   上一页 1 ... 19 20 21 22 23 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!