change_passwd.sh 定时任务 crontab -e ...
分类:
其他好文 时间:
2019-12-31 12:24:21
阅读次数:
66
今天最小化安装完centos7.2后,发现在退出crontable时无法保存,提示出下:[root@localhost~]#crontab-enocrontabforroot-usinganemptyonecrontab:installingnewcrontab"/tmp/crontab.5wI27z":1:badminuteerrorsincrontabfile,can
分类:
其他好文 时间:
2019-12-31 01:31:44
阅读次数:
69
1发现cpu占用很高,confluence用户启动了很多进程 2查看定时任务 crontab -l -u confluence 解析处理base64 ( while : ; do sleep 5 ; if ! kill -0 26154 >/dev/null 2>&1 ; then /opt/atl ...
分类:
其他好文 时间:
2019-12-30 21:01:53
阅读次数:
298
shell 监控脚本,通过会while true 实现,没有使用crontab #!/bin/bash source /etc/profile appname=aurora-gateway-provider-1.3.1_build2.jar #【jps 显示的 进程名称】 app_path=/opt ...
分类:
系统相关 时间:
2019-12-29 18:13:59
阅读次数:
88
NTP服务概述 NTP服务概述 NTP服务器【Network Time Protocol(NTP)】是用来使计算机时间同步化的一种协议,它可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做同步化,它可以提供高精准度的时间校正(LAN上与标准间差小于1毫秒,WAN上几十毫秒),且可介由加密确认的 ...
分类:
其他好文 时间:
2019-12-28 22:51:35
阅读次数:
100
昨日web测试环境登录白屏,慌忙登上机器查看,半天没找到问题。 不知哪根筋不对,df -h 一看 , /dev/sda1 已经100%。 立马 du -sh *,发现log日志有点大。 手工清理后,业务恢复。 当然,这只是开始。考虑到后续免维护,还是搞个crontab来处理。 查了下,可以一行命令搞 ...
分类:
系统相关 时间:
2019-12-27 13:44:30
阅读次数:
112
crontab在运行时,环境和用户环境并不相同,可能会出现有些命令无法查找到的情况,这时候在脚本中将命令的路径引入即可,例如加入以下语句: PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin 举例: (1)取值 ...
分类:
系统相关 时间:
2019-12-26 13:13:39
阅读次数:
99
一、linux CPU大小[root@idc ~]# cat /proc/cpuinfo |grep "model name" && cat /proc/cpuinfo |grep "physical id"model name: Intel(R) Xeon(TM) CPU 2.80GHzmodel ...
分类:
系统相关 时间:
2019-12-26 09:19:23
阅读次数:
224
[TOC] ssh软连接 添加用户 修改/etc/sudoers文件 suid后门 crontab反弹shell后门 ssh免密登录 ssh wrapper后门 inetd strace后门 协议后门 icmp 使用情况:主机从内到外的服务也被仅用了很多,但是icmp没有被禁用(一般很少禁用ping ...
分类:
系统相关 时间:
2019-12-26 00:09:17
阅读次数:
163
设置一次性计划任务:at时间查看当前还未执行任务:at-l删除一次性计划任务:atrm任务序号[root@linuxprobe~]#at23:30at>systemctlrestarthttpdat>此处请同时按下Ctrl+d来结束编写计划任务job3atMonApr2723:30:002015[root@linuxprobe~]#at-l3MonApr2723:30:002016ar
分类:
系统相关 时间:
2019-12-25 21:56:50
阅读次数:
98