分类: 系统

185 篇文章

CentOS 7 安装jumpserver
说明 # 开头的行表示注释 > 开头的行表示需要在 mysql 中执行 $ 开头的行表示需要执行的命令 环境 系统: CentOS 7 IP: 192.168.244.144 目录: /opt 数据库: mariadb 代理: nginx 开始安装 $ yum update -y # 防火墙 与 selinux 设置说明, 如果已经关闭了 防…
Docker 安装 jumpserver
Jumpserver 封装了一个 All in one Docker, 可以快速启动。该镜像集成了所需要的组件, 支持使用外置 Database 和 Redis 快速启动 使用 root 身份输入 环境迁移和更新升级请检查 SECRET_KEY 是否与之前设置一致, 不能随机生成, 否则数据库所有加密的字段均无法解密 # 生成随机加密秘钥, 勿外泄…
jumpserver 自建服务器极速安装
说明 全新安装的 Centos7 系统 保持服务器网络畅通 开始安装 以下命令均在一个终端里面执行 $ echo -e "\033[31m 1. 防火墙 Selinux 设置 \033[0m" \ && if [ "$(systemctl status firewalld | grep running)" != "" ]; then…
CentOS 7 循环nmcli批量绑定IP
多IP(站群)服务器需要一次性在系统内绑定大量的IP,为了方便各位操作,所以直接简单介绍下批量绑定方式。这个方法适合CentOS 7以后的系统,CentOS 6 请参考《CentOS 6批量增加IP》。 一、确定需要绑定的网卡 1 ip addr ssh执行以上命令,看到正在连接到公网的网卡名称(非常重要)。 二、批量绑定shell 比如绑定 19…
Windows批量添加和删除IP
(1)批量添加IP 直接在CMD下边运行下边命令。 for /l %i in (2,1,254) do netsh interface ip add address "本地连接" 192.168.1.%i 255.255.255.0 for /l %i in (2,1,62) do netsh interface ip add address "本…
Installing the Cloud Access Connector
System Requirements Connector is software that runs within an Ubuntu server and enables secure connectivity between users and the remote workstations. Connector runs in the cu…
PCoIP Graphics Agent for Windows 20.01
Import GPO Template Files GPO template files are automatically imported by the Graphics Agent for Windows installer, except on domain controllers. You must manually import the…
Configuring the Graphics Agent for macOS
sudo pcoip-register-host --registration-code={REGISTRATION_CODE} You can configure the PCoIP agent, and optimize PCoIP protocol behavior for local network conditions, by adjus…
用 docker 搭建 kms 服务器
安装 vlmscd docker pull mikolatero/vlmcsd docker run -d -p 1688:1688 --restart=always --name="vlmcsd" mikolatero/vlmcsd 配置 KMS 服务器 slmgr /skms ip:port 设置成自己的服务器和端口号 激活 slmgr /at…
通过WEB 界面来修改AD 用户的密码
  一、背景说明:我们在公司日常运维中会发现目前很多公司 的 AD 域成员(域用户)密码到期后修改密码的方法只有两种: 第一种,密码到期提醒策略,用户电脑接入公司内网自行进 行修改,修改办法:CTrl+Alt+delete 键进行修改,此办法对于公司的销售人员、外出办公或出差同事来说,不适宜。 第二种,用户密码到期后,无法登陆,申请后台进…