windows10/11 pc版开启多用户远程桌面 借助工具:RDPWrap,下载地址 https://github.com/stascorp/rdpwrap 下载后解压到自定义目录,会得到这几个文件 首先用管理员身份执行install.b...
系统管理 第3页
1、ftp下载地址: 需要打开这个页面继续下载,本例以1.2.0版本为例 2、配置 下载后解压 yunwei@YunweideMacBook-Pro ftp % lsDEPENDENCIES &nb...
gitlab有2个版本,分别是gitlab-ce和gitlab-ee,ce是社区版免费,ee是商业版收费 1、安装方式 yum -y install curl policycoreutils openssh-server openssh-c...
centos下使用script监控用户操作 1、测试环境 [root@centos ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@centos ...
1、部署服务端 首先需要一台具有公网ip的服务器,linux或者windows都可以,只需要网络稳定即可,本次测试以linux为例: 1.1下载安装包: wget https://github.com/fatedier/frp/releas...
MTR参数 [root@rockettest-161 dl]# mtr -r google.comStart: Wed Aug 17 16:28:25 2022HOST: rockettest-161  ...
1、首先创建密钥 #先创建第一个账号的密钥ssh-keygen -t rsa -C "[email protected]"#再创建第二个账号密钥ssh-keygen -t rsa -C "[email protected]" #注意在创建密钥时需要...
使用php扩展包安装工具pecl,但是有个问题是需要离线安装,先去php官网下载需要安装的扩展库 扩展库下载地址: https://pecl.php.net/ 先搜索,再下载,本次需要安装的是zip扩展,下载的包为zip-1.21.1.tg...
frp内网穿透代理访问http服务 需要一台具有公网ip的服务器,windows、linux都可以,本次以Linux为例,系统版本:centos 7.6,frp版本:0.46 下载地址: https://github.com/fatedie...
更新yum源(2选一) epel源: [root@centos ~]# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm R...