Debian 9 部署 MongoDB
安装MongoDB从官方的MongoDB repo安装curl https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -创建文件/etc/apt/sources.list.d/mongodb-org-4.4.list内容deb http://repo.mongodb.org/apt/debian stretc...
阅读全文
安装MongoDB从官方的MongoDB repo安装curl https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -创建文件/etc/apt/sources.list.d/mongodb-org-4.4.list内容deb http://repo.mongodb.org/apt/debian stretc...
阅读全文
之前的Exchange Server 2016服务器操作系统是Windows Server 2016,升级到Windows Server 2019后收信不正常。通过Get-Queue | Get-Message | fl和Exchange Toolbox的队列查看器查看,邮件卡在队列里面,后来了解是Windows Server 2019不支持Exchange Server 2016;并且Ex...
阅读全文
安装yum install vsftpd -y禁用SELinux修改/etc/selinux/config,将SELINUX=设置为disabled,然后重启用户配置创建FTP用户useradd ftpuser -d /home/ftpuser -s /sbin/nologin设置密码passwd ftpuser更改FTP用户主目录usermod -d /home/ftpuser ftpus...
阅读全文
下载源码包https://github.com/axel-download-accelerator/axel/releases解压后编译安装./configure --prefix=/usr/local/axel
make && make install如果编译报错"No package 'openssl' found"yum install openssl-devel -y
阅读全文
服务器需求需要准备以下几台服务器,不可在一台服务器同时部署多个服务操作系统建议Windows Server 2012 R2域控 ad.test.com数据库 sql.test.com(加域)Office Web Apps Server owa.test.com(加域,可选)Skype前端/主服务器 skype.test.com(加域)边缘传输、端口转发 edge.test.com(不加域,可...
阅读全文