简介 目录 评价 推荐
  • 慕工程534574 2022-02-27

    crontab环境变量的三种方式应用Demo


    0赞 · 0采集
  • 慕工程534574 2022-02-27

    环境变量与crontab


    0赞 · 0采集
  • 精慕门1518355 2021-10-14

    http://img3.mukewang.com/616804920001605c07820408.jpg

    ----

    0赞 · 0采集
  • 精慕门1518355 2021-10-14

    http://img2.mukewang.com/6167feda000179b308860272.jpg

    http://img4.mukewang.com/6168000e0001640a11270660.jpg

    http://img1.mukewang.com/616800f90001415211180375.jpg

    http://img1.mukewang.com/616801720001ba7b10900571.jpg



    http://img2.mukewang.com/6168026400017f9612140670.jpg

    http://img4.mukewang.com/616802d2000180ff13010894.jpg



    http://img4.mukewang.com/616802dd00018c4013400961.jpg

    http://img4.mukewang.com/616802f50001067811460626.jpg

    yum install jeckins

    which java  #查看Java版本

    java -version  #查Java的版本号

    vi /etc/int.d/jenkins   #打开jenkins的配置文件,输入/candidates去搜索这个关键词,然后添加自定义的Java路径

    lsof -i :8080

    在浏览器输10.110.16.5:8080访问Jenkins,进入Jenkins的安装向导界面


    0赞 · 0采集
  • 精慕门1518355 2021-10-13


    https://img3.mukewang.com/61667e340001c83d07130709.jpg

    https://img.mukewang.com/61667e5b0001f0a610230298.jpg


    https://img.mukewang.com/61667ed3000111d806620203.jpg

    https://img2.mukewang.com/61667f350001ac1d07000267.jpg

    https://img3.mukewang.com/61667f5c000106c709900352.jpg

    https://img2.mukewang.com/61667f800001107f07450281.jpg

    https://img1.mukewang.com/61667fe40001f19704850345.jpg

    http://img2.mukewang.com/6167fcc900012bce08520339.jpg

    http://img2.mukewang.com/6167fcf40001e17511450604.jpg

    http://img3.mukewang.com/6167fd0f00017e6c10580415.jpg

    http://img1.mukewang.com/6167fd3d00018e2611880515.jpg



    https://img3.mukewang.com/6166e8f30001f4f405800176.jpg

    -------

    0赞 · 0采集
  • 精慕门1518355 2021-10-13


    http://img3.mukewang.com/61667e340001c83d07130709.jpg

    http://img.mukewang.com/61667e5b0001f0a610230298.jpg

    http://img.mukewang.com/61667ed3000111d806620203.jpg

    http://img2.mukewang.com/61667f350001ac1d07000267.jpg

    http://img3.mukewang.com/61667f5c000106c709900352.jpg

    http://img2.mukewang.com/61667f800001107f07450281.jpg

    http://img1.mukewang.com/61667fe40001f19704850345.jpg



    禁用防火墙--安装iptables-services(yum  intall iptables-services)--安装成功---启动iptables服务(systemct enable  iptables   \   systemct1  start  iptables)---检查iptable是否安装成功(iptables -v)---进入/data/script---打开blacklist.txt文件(可看到黑名单ip)----


    ---监控系统,把可疑的IP加入黑名单

    0赞 · 0采集
  • 精慕门1518355 2021-10-13


    http://img3.mukewang.com/61667e340001c83d07130709.jpg

    http://img.mukewang.com/61667e5b0001f0a610230298.jpg

    http://img.mukewang.com/61667ed3000111d806620203.jpg

    http://img2.mukewang.com/61667f350001ac1d07000267.jpg

    http://img3.mukewang.com/61667f5c000106c709900352.jpg

    http://img2.mukewang.com/61667f800001107f07450281.jpg

    http://img1.mukewang.com/61667fe40001f19704850345.jpg



    禁用防火墙--安装iptables-services(yum  intall iptables-services)--安装成功---启动iptables服务(systemct enable  iptables   \   systemct1  start  iptables)---检查iptable是否安装成功(iptables -v)---进入/data/script---打开blacklist.txt文件(可看到黑名单ip)----


    ---监控系统,把可疑的IP加入黑名单

    0赞 · 0采集
  • 精慕门1518355 2021-10-12



    https://img4.mukewang.com/61657be80001d0d306490217.jpg


    http://img2.mukewang.com/61667c2d000163eb07790234.jpg

    http://img4.mukewang.com/61667c6b0001888209260314.jpg


    http://img2.mukewang.com/61667cbc0001b02f08430308.jpg



    定期备份网站源代码

    cd/data(backup保存源代码备份文件、script备份网站的脚本、www作为网站源代码的存储目录)

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    http://img1.mukewang.com/6165741a000151f603730507.jpg

    http://img3.mukewang.com/6165743e0001490404260422.jpg


    日志存放位置:/var/log

    du -sh*   查看日志的大小

    *1*** cat /dev/null >/var/log/messages   每天凌晨1点清理总日志;可以修改为每分钟,再看看效果:*****

    http://img1.mukewang.com/616575ca00019e5909760651.jpg

    http://img4.mukewang.com/616577650001711905990163.jpg


    http://img4.mukewang.com/6165777f0001181207070198.jpg




    添加脚本文件clean.sh;添加脚本内容为(

    #!/bin/sh

    cat/ dev /nu1l > var/log/messages

    cat/dev/nu11> /var/1og/secure);然后crountab -e添加内容为每分钟执行这个能删除两个日志的脚本(*****sh /root/log_clean.sh)保存退出,然后重启crond任务生效。查看secure文件、messages文件是否被清空

    0赞 · 1采集
  • 精慕门1518355 2021-10-12

    http://img4.mukewang.com/61656fd50001bc0406270197.jpg

    http://img1.mukewang.com/61656fe00001790c08440474.jpg

    http://img3.mukewang.com/616570220001298708000462.jpg



    执行时间、守护进程第多少条任务、(root)表执行任务的这个用户,

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    总结-----

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    http://img.mukewang.com/616568ea00019c5a07930204.jpg

    http://img4.mukewang.com/616569210001045909680560.jpg

    http://img1.mukewang.com/616569c400018bc409690586.jpg

    http://img1.mukewang.com/61656aae0001259906710246.jpg

    http://img3.mukewang.com/61656b1a0001b35208360580.jpg

    http://img1.mukewang.com/61656b3b000130ec07620200.jpg

    http://img.mukewang.com/61656ba70001a85808850610.jpg

    http://img1.mukewang.com/61656bc60001171e05670192.jpg

    http://img1.mukewang.com/61656be3000192a204720599.jpg

    http://img4.mukewang.com/61656bf600013e1a05630208.jpg

    http://img2.mukewang.com/61656c450001147608290589.jpg

    http://img1.mukewang.com/61656c5d0001acc207920259.jpg

    http://img3.mukewang.com/61656cfa0001892608790229.jpg





    实现了两段式的先导入我们的环境变量后执行我们的Java第三方程序的一个CRONTAB的任务操作





    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    https://img.mukewang.com/6165664c00018c9013010538.jpg

    https://img4.mukewang.com/616566b5000108e608120412.jpg

    https://img2.mukewang.com/616566cf0001eb8f07110509.jpg

    https://img1.mukewang.com/6165671b00018e8307520473.jpg

    配置文件--

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    *代表取值范围内的数字,通常代表区间内所涵盖的所有数字

    /代表每,通常会与*组合,例如*/2在分这个占位符中代表每两分钟

    -代表某个时间某个数字到某个数字之间,如在分占位符中,2-10表2到10分钟

    ,分开几个离散的数字,如在分占位符中,2,10表2到10分钟

    http://img2.mukewang.com/6165401a0001f12208570493.jpg


    http://img3.mukewang.com/616540a4000142e911050498.jpg

    设置任务--

    0赞 · 1采集
  • 精慕门1518355 2021-10-12

    ---l查看表单的任务:每分钟执行my command命令

    再重启守护进程--查看..状态

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    验证croud服务--

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    安装:清缓存--更新系统所有安装包--安装工具

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    安装--next...安装完成

    http://img.mukewang.com/6165364b00018f3407190532.jpg

    远程连接终端工具:Git bash \ terminal

    0赞 · 0采集
  • 精慕门1518355 2021-10-12

    为什么要使用crotab

    0赞 · 0采集
  • 慕无忌9367756 2021-01-02
    xx哦哟弄点吃的啥♀
    0赞 · 0采集
  • 慕九州4298821 2020-09-15
    dtfujg
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14
    ddhythyt
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14
    sdfgthg
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14
    rtuyt
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14
    fjtyj
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14
    gfhgjyt
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14
    gtehrh
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-14

    gfergg

    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-12
    erhtrh
    截图
    0赞 · 0采集
  • 慕九州4298821 2020-09-12
    gfrfe
    截图
    0赞 · 0采集
数据加载中...
开始学习 免费