zoukankan      html  css  js  c++  java
  • 关于Jenkins的网站及其他学习的网站

    配置efk

    https://www.cnblogs.com/fzxiaomange/p/efk-getstart.html

     https://blog.csdn.net/wangmuming/article/category/2167947  --Jenkins详解

    https://www.runoob.com/svn/tortoisesvn-intro.html  ---svn安装和配置

    https://blog.csdn.net/kongsuhongbaby/article/category/9249666   ----关于Jenkins构建作业

    https://www.linuxidc.com/     ---liunx自学网站

     https://www.linuxidc.com/Apache/ ---

    https://www.linuxidc.com/Linux/2019-09/160731.htm

    https://segmentfault.com/

    http://tech.dianwoda.com/

    https://www.dogedoge.com/

    https://aijishu.com/channel/ai

    https://www.linuxidc.com/Linux/2019-09/160760.htm

    https://juejin.im/user/5bd7bd2cf265da0ad63c15bb/posts

    https://segmentfault.com/channel/backend

    最全Jenkins插件

    https://blog.csdn.net/pansaky/article/details/80755739

    在线能用的Linux网站

    https://www.tutorialspoint.com/unix_terminal_online.php

    支持代码的编译运行,速度还不错

    https://masswerk.at/jsuix/index.html

    进入后点击open terminal即可,没有自带gcc等编译套件

    http://cb.vu/

    使用的是FreeBSD,整体非常流畅,不支持代码编译运行

    https://copy.sh/v86/?profile=linux26

    全屏体验,支持多种发行版

    https://bellard.org/jslinux/

    提供多种系统选择,可以编译运行代码

    https://www.jdoodle.com/test-bash-shell-script-online/

    练习shell编程

    https://www.shellcheck.net/#

    练习shell编程

    https://paiza.io/en/projects/new?/language=bash

    练习shell脚本

     https://www.cnblogs.com/xxj0316/p/9467182.html

    较完整的Jenkins部署利用Linux

    centos7 中忘记Jenkins 登录账号密码

    删除配置

    sudo rm -rf /var/root/.jenkins ~/.jenkins

    sudo rm -f /etc/newsyslog.d/jenkins.conf

    执行后会再启动时会回到初始安装界面,重新安装

    Jenkins插件下载网址

    http://ftp-nyc.osuosl.org/pub/jenkins/plugins/

    http://updates.jenkins-ci.org/download/plugins/

    https://my.oschina.net/vernon/blog/271970 --pom文件详解

     

  • 相关阅读:
    22 组合电路中的竞争--冒险
    21 典型的组合电路模块(2)
    vhdl和verilog的区别
    17 TTL电路系列(2)
    树莓派Pico
    ESP8266/ESP32自动下载电路原理分析
    CH340芯片
    26. 删除排序数组中的重复项
    25. K 个一组翻转链表
    23. 合并K个排序链表
  • 原文地址:https://www.cnblogs.com/john4415/p/11466766.html
Copyright © 2011-2022 走看看