-
验证crond服务以及crontab命令
需要把
systemctl status crond
换成
service crond status
查看全部 -
Gitbash的使用查看全部
-
12354查看全部
-
wed查看全部
-
还查看全部
-
备份文件脚本内容
查看全部 -
1231231234567兔兔进YSL肉来啦破了裤袜塔姆估测1trunk额KTV我饿USB准slut夜路我饿KTV哇啊去1么哭1布偶exX5查看全部
-
1231231234567兔兔进YSL肉来啦破了裤袜塔姆估测1trunk额KTV我饿USB准slut夜路我饿KTV哇啊去1么哭1布偶exX5查看全部
-
yum list crontabs && which crontab && crontab -l
查看crontab是否安装,在哪儿,有什么任务列表
查看全部 -
修改配置jenkins文件
# vi /etc/init.d/jenkins
然后修改Java路径
启动jenkins
# systemctl start jenkins
查看启动状态:
# lsof -i:8080
查看全部 -
安装jenkins
查看全部 -
# iptables -nvl
其中-l,--list 表示显示链中各项策略;-v,--verbose 表示显示详细信息;-n,--number 表示显示的源/目的端口号、源/目的IP地址以数字形式显示。
查看全部 -
iptables引入黑名单脚本
查看全部 -
查看firewall状态:
# systemctl status firewalld
禁用firewall:
# systemctl disable firewalld
关闭firewall:
# systemctl stop firewalld
安装iptables:
# yum install iptables-services
开启iptables服务:
# systemctl enable iptables
启动iptables服务:
# systemctl enable iptables
验证iptables服务:
# iptables -V
查看全部 -
代码打包脚本
查看全部
举报