11 2024 档案
摘要:隐藏登录 ssh -T root@xxx.xxx.xxx.xxx /bin/bash -i 命令拆解 -T :告诉ssh客户端,不要分配一个TTY(伪终端) root :连接用户xxx.xxx.xxx.xxx :连接的服务器ip地址 /bin/bash :在远程服务器上启动一个交互式的Bash sh
阅读全文
摘要:Ubuntu 22.04 安装Splunk Enterprise服务端 这里采用安装Splunk Enterprise 8.2.5版本 下载安装包 wget -O splunk-8.2.5-77015bc7a462-linux-2.6-amd64.deb https://download.splun
阅读全文
摘要:官方链接 https://ltb-project.org/documentation/index.html https://github.com/ltb-project/self-service-password 关于安装 我之前已经写了关于安装self-service-password相关的文章,
阅读全文