jenkins+gitlab+sonarQube+Ldap+maven+nodejs持续性集成 jenkins+gitlab+maven+sonarqube+LDAP持续性集成项目环境:首先搭建jdk环境。
gitlab+Runners+sonarQube(CICD) 安装sonarQube提示:sonarQube需MySQL打通#创建系统用户#MySQL使用5.7版本(高版本不支持)#启动该服务测试链接:http://192.126.30.2:9000用户密码默认:admin admin安装gitlab(略)在另外一个文档上体现安装配置Runners#–url gitlab地址。
windows入侵应急响应检查思路及流程 ogs/catalina.xx.log logs/host-manager.xx.log logs/localhost.xx.log logs/manager.xx.log 主要记录系统启、关闭日志、管理日志和异常信息。1、卡巴斯基:http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe。打开cmd,然后输入 schtasks.exe,检查计算机与网络上的其它计算机之间的会话或计划任务,如有,则确认是否为正常连接。
随笔记录centons下WireGuard安装以及注意事项(内网穿透) 环境准备以及安装$ yum update -y$ reboot # unless there were no updates$ sudo curl -Lo /etc/yum.repos.d/wireguard.repo https://copr.fedorainfracloud.org/coprs/jdoss/wireguard/repo/epel-7/jdoss-wireguard-epel-7.repo$ sudo yum -y install epel-release$ sudo yum -
Centos7中病毒排查[tsm][kswapd0] 看一下主机的资源使用情况先按照腾讯云文档给的建议走走腾讯云文档url:https://cloud.tencent.com/document/product/296/9604== last 命令无异常less /var/log/secure|grep ‘Accepted’查了一个ip,为美国的看来是被攻击了,还是用root ssh上来的。----可能我的root密码太简单了吧找找病毒在哪里netstat -ntlp貌似没啥问题呢netstat -antlp7. 在这里看到了..
Linux系统/data目录扩容 Linux系统/data目录扩容[root@fdfs-ds01 ~]# df -hFilesystem Size Used Avail Use% Mounted on/dev/mapper/rootvg-lv01 39G 8.1G 29G 23% /tmpfs 7.8G 12K 7.8G 1% /dev/shm/dev/sda1 194M 34M 150M 19% /bo
某wk导致登陆界面为bash-4.2** 挖矿进程导致登陆界面为bash-4.2重写 .bashrc,导致常用命令失效解决步骤1、确认是否被入侵1.出现以下现象或存在以下目录2.root用户登录出现 -bash-4.2#3.netstat 命令回显为空4.检查系统用户列表是否有 gh0stx, sclipicibosu, mexalzsherifu 三个或其中任意一个5.查看是否存在/var/tmp/.ladyg0g0/目录6.查看是否存在/var/tmp/.sl/目录7.检查/root/.ssh/authorized_keys
linux下ghost安装(centos) Linux下安装ghost简单方便使用此方法实在centos7下采用nginx+mysql+ghost废话不多说开始网上资料上说ghost时基于nginx或者apache,个人喜欢nginx!1. 安装nginxyum -y install nginx如果说yum没有包,说明你没有epel源,先安装epel源即可2. 安装MySQLrpm -ivh http://repo.mys...
1. 分区操作与提示 [root@localhost ~]# fdisk /dev/sdbWelcome to fdisk (util-linux 2.23.2).Changes will remain in memory only, until you decide to write them.Be careful before using the write command.Device does not ...
varnish配置文件 This is a basic VCL configuration file for varnish. See the vcl(7)man page for details on VCL syntax and semantics.Default backend definition. Set this to point to your contentserver.backend w...
ansible源码安装lnmp hosts: allremote_user: roottasks:name: yumyum: name=gcc,gcc-c++,epel-release,libxml2-devel,gd,libjpeg-devel,libpng-devel,bison,cmake,ncurses-devel,zlib-devel,pcre-devel,openssl-develname: tar m...
ansible源码安装php,部署论坛 hosts: webremote_user: roottasks:name: yumyum: name=gcc,gcc-c++,gd,libjpeg-devel,libpng-devel,zlib-devel,openssl-devel,pcre-devel,libxml2-develname: unarchiveunarchive: src=/root/php-7.2.0.tar...
ansible源码安装nginx hosts: allremote_user: roottasks:name: useruser: name=nginx shell=/sbin/nologin create_home=noname: yumyum: name=gcc,gcc-c++,zlib-devel,pcre-devel,openssl-develname: tar nginxunarchive: src=...