
#centos 7.7 安裝rabbitmq #1、安裝依賴 yum -y install gcc glibc-devel make ncurs...
Jenkins(2020年及以后版本,2.260以上)安裝后,插件下載時失敗,摸索到了以下Jenkins安裝插件失敗的另一種解決方法。 (Upd...
問題現象: Windows遠程桌面出現CredSSP加密數據修正問題解決方案 解決方案一: 1、win+R打開運行窗口,輸入gpedit.msc...
jenkins服務端(自動化) 1、新建windows node節點 2、配置節點名稱,標簽,遠程工作目錄 C:\jenkins_home,項目...
#! /bin/bash #author fanwenxing 2021-12-14 #關閉防火墻 systemctl stop firewal...
wget http://ftp.gnu.org/gnu/automake/automake-1.11.2.tar.gz tar xzf auto...
#1、安裝apache apt-get install apache2 #2、安裝php和相應模塊 sudo apt-get install p...
#關閉防火墻 systemctl enable firewalld.service systemctl stop firewalld.servi...
#!/bin/sh #Author fanwx #-*- coding :utf-8 -*- #系統:centos6.5 #中間件:tomcat...