- 博客(17)
- 资源 (1)
- 收藏
- 关注
原创 nginx-ui搭建,进行服务器管理以及监控,后续加入chat或其它(研究中)
本文主要以配置为主,后续计划可以加入chat或者其它的智能,最终目的是实现让人工 智能帮你分析问题,并总结问题。更直观,更快速的处理问题。当然这还在研究中,成功后会继续更新文章
2025-01-10 14:47:23
1266
原创 jenkins+gitlab+sonarQube+Ldap+maven+nodejs持续性集成
jenkins+gitlab+maven+sonarqube+LDAP持续性集成项目环境:首先搭建jdk环境。
2024-08-26 15:33:39
1174
1
原创 gitlab+Runners+sonarQube(CICD)
安装sonarQube提示:sonarQube需MySQL打通#创建系统用户#MySQL使用5.7版本(高版本不支持)#启动该服务测试链接:http://192.126.30.2:9000用户密码默认:admin admin安装gitlab(略)在另外一个文档上体现安装配置Runners#–url gitlab地址。
2024-08-26 15:22:30
620
原创 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,检查计算机与网络上的其它计算机之间的会话或计划任务,如有,则确认是否为正常连接。
2024-07-30 17:13:15
574
原创 快速使用Docker安装Superset并连接到MySQL数据库:详细步骤
使用Docker安装Superset并连接到MySQL数据库可以分为以下几个步骤:详细
2023-03-31 11:20:45
1047
原创 随笔记录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 -
2022-03-03 16:35:33
1303
原创 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. 在这里看到了..
2022-02-24 14:05:12
517
原创 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
2022-02-24 13:47:00
2322
原创 某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
2022-02-24 13:37:14
422
原创 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...
2020-02-02 20:47:55
3861
2
原创 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 ...
2019-08-24 11:58:55
1572
原创 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...
2019-08-24 09:16:29
225
原创 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...
2019-08-24 09:14:01
377
原创 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...
2019-08-24 09:10:36
440
原创 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=...
2019-08-24 09:07:20
354
dorado7.4-win64
2023-07-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人