码迷,mamicode.com
首页 >  
搜索关键字:centos7 防火墙 管理工具    ( 30024个结果
Windows平台下搭建自己的Git服务器
该文章转自:http://www.codeceo.com/article/windows-git-server.html Gitblit 是一个纯 Java 库用来管理、查看和处理 Git 资料库,相当于 Git 的 Java 管理工具。 Gitblit 支持Linux操作系统,因此 Gitblit ...
分类:Windows程序   时间:2021-04-26 13:39:02    阅读次数:0
Linux命令ntpdate
ntpddate 命令用于使用网络计时协议(NTP)设置日期和时间。还可以用于同步时间,此命令需要具备root管理员权限才可执行。 命令简介 ntpddate 命令用于使用网络计时协议(NTP)设置日期和时间。还可以用于同步时间,此命令需要具备root管理员权限才可执行。 [root@centos7 ...
分类:系统相关   时间:2021-04-26 13:33:52    阅读次数:0
CentOS7 firewall-cmd 防火墙 命令备忘 批量开放端口
Centos6 使用的是iptables,Centos7 使用的是filewall(-cmd)iptables 用于过滤数据包,属于网络层防火墙。firewall 能够允许哪些服务可用,那些端口可用...属于更高一层的防火墙。 1.firewalld的基本使用启动: systemctl start ...
分类:其他好文   时间:2021-04-26 13:32:00    阅读次数:0
centos7国内镜像安装最新版mysql
说明: a.此种方式安装可以利用国内镜像,下载速度快。 b.适合最新版安装 1.获取yum安装地址 [root@bigdata-senior02 mysql]# wget https://mirrors.tuna.tsinghua.edu.cn/mysql/yum/mysql80-community ...
分类:数据库   时间:2021-04-26 13:12:57    阅读次数:0
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
linux系统中awk命令 正则匹配
1、测试数据 [root@centos7 test3]# cat b.txt e t s e s g m x w d g i d t e g x g e w 2、打印匹配w的行 [root@centos7 test3]# cat b.txt e t s e s g m x w d g i d t e ...
分类:系统相关   时间:2021-04-24 13:18:10    阅读次数:0
平台在后端运行Java
如果版本号小于V7.6.0,Node.js版本不正确,以下部分的代码不能正常工作。请重新安装最新版本。 NPM 在我们正式开始研究Node.js之前,让我们了解一下NPM。 什么是NPM?NPM实际上是Node.js的包管理工具(Packagemanager)。 为什么我们需要一个包管理工具?因为当 ...
分类:编程语言   时间:2021-04-24 11:52:08    阅读次数:0
python使用xpinyin包将中文汉字转为拼音
详细步骤:(注:pip是Python包管理工具,该工具提供了对Python包的查找、下载、安装、卸载的功能。) 第一步:使用pip安装xpinyin包,具体命令如下: 1 pip install xpinyin -i http://pypi.douban.com/simple --trusted-h ...
分类:编程语言   时间:2021-04-23 12:10:10    阅读次数:0
linux shell while循环
1、测试1 [root@centos7 test2]# i=0 [root@centos7 test2]# max=5 [root@centos7 test2]# while((i<max));do echo $i;((i++));done 0 1 2 3 4 ...
分类:系统相关   时间:2021-04-23 12:03:54    阅读次数:0
linux shell if语句
1、测试1 [root@centos7 test2]# ls a.txt [root@centos7 test2]# if [ -e a.txt ]; then echo "exist";else echo "no nxist"; fi exist [root@centos7 test2]# if ...
分类:系统相关   时间:2021-04-23 11:53:02    阅读次数:0
30024条   上一页 1 ... 18 19 20 21 22 ... 3003 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!