上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: 参考: https://www.iblog.zone/archives/openvpn-%E8%AE%BE%E7%BD%AE%E8%B4%A6%E5%8F%B7%E5%AF%86%E7%A0%81%E7%99%BB%E5%BD%95/ 1. 写个脚本(脚本是由官网提供) vim /etc/openv 阅读全文
posted @ 2025-01-15 22:40 铿锵有力自信且坚定 阅读(326) 评论(0) 推荐(0)
摘要: 一. 官网 https://openvpn.net/community-resources/how-to/ 其他参考网站: https://lebang2020.cn/details/201029arrtqfjh.html 二. 客户端使用 1.linux客户端基本使用 客户端安装 sudo yum 阅读全文
posted @ 2025-01-15 22:09 铿锵有力自信且坚定 阅读(238) 评论(0) 推荐(0)
摘要: # 获取本机所使用公网 ip wget -T 10 -t 1 -4qO- "http://ip1.dynupdate.no-ip.com/" || curl -m 10 -4Ls "http://ip1.dynupdate.no-ip.com/" 1.一键安装脚本 #!/bin/bash # # h 阅读全文
posted @ 2025-01-15 21:28 铿锵有力自信且坚定 阅读(116) 评论(0) 推荐(0)
摘要: 一.script工具 1.命令使用(一切操作及返回结果都写入文件) script <记录命令的文件> 例如: script /var/log/script/test.log 2. 如同录屏记录 1)记录 script -t 2> <记录时间文件> <记录命令的文件> 例如: script -t 2> 阅读全文
posted @ 2025-01-15 20:52 铿锵有力自信且坚定 阅读(61) 评论(0) 推荐(0)
摘要: 一.给所有服务器设置只允许jumpserver机器登录(尽量不要操作)1.开放堡垒机ssh登录,xxx.xxx.xxx.xxx对应堡垒机ipiptables -A INPUT -s xxx.xxx.xxx.xxx -p tcp --dport 22 -j ACCEPT2.拒绝所有机器ssh登录ipt 阅读全文
posted @ 2025-01-12 14:31 铿锵有力自信且坚定 阅读(228) 评论(0) 推荐(0)
摘要: 六.部署jumpserver服务官方安装文档:https://docs.jumpserver.org/zh/v2/1.获取jumpserver程序代码cd /optwget https://github.com/jumpserver/jumpserver/releases/download/v2.1 阅读全文
posted @ 2025-01-12 03:03 铿锵有力自信且坚定 阅读(857) 评论(0) 推荐(0)
摘要: 条件:python 3.6.xmariab 或 mysql 大于等于 5.6redis大于等于 5.6 一. 环境初始化1.关闭防火墙iptables -Fsystemctl stop firewalldsystemctl disable firewalldvi /etc/selinux/confi 阅读全文
posted @ 2025-01-09 21:54 铿锵有力自信且坚定 阅读(211) 评论(0) 推荐(0)
摘要: mysql官方地址: https://dev.mysql.com/downloads/mysql/ 一. 部署数据库mysql5.6cd /optwget https://cdn.mysql.com/archives/mysql-5.6/MySQL-5.6.49-1.el7.x86_64.rpm-b 阅读全文
posted @ 2025-01-09 21:42 铿锵有力自信且坚定 阅读(45) 评论(0) 推荐(0)
摘要: Apache Guacamole 是一个基于 HTML5 的远程桌面网关,支持 VNC、RDP 和 SSH 等标准协议。 一.官方链接 1. 官方文档 https://guacamole.apache.org/doc/gug/guacamole-architecture.html 2. 项目位置: 阅读全文
posted @ 2025-01-07 19:23 铿锵有力自信且坚定 阅读(661) 评论(0) 推荐(0)
摘要: Apache Guacamole 是一个基于 HTML5 的远程桌面网关,支持 VNC、RDP 和 SSH 等标准协议。 一.官方链接 1. 官方文档 https://guacamole.apache.org/doc/gug/guacamole-architecture.html 2. 项目位置: 阅读全文
posted @ 2025-01-05 14:53 铿锵有力自信且坚定 阅读(2913) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页