deb安装包是Debian系统和Ubuntu系统的安装包格式,而rpm则是使用在redhat和Centos上的安装方式。下载合适的alien程序:http://ftp.de.debian.org/debian/pool/main/a/alien/ tar xf 解包,cd进入目录出现如下安装包:[root@7 alien]# ls
Alien gendiff 阅读全部
本文介绍Centos7系统服务端的配置和Centos7客户端的配置。Windows、安卓、ios、Mac系统客户端下载对应软件写好配置连接就行了,太简单这里不写。配置的时候端口任意设置,但注意检查端口冲突。服务端配置:下载并运行脚本:https://install.direct/go.sh备用下载链接:http://dl.teddyou.cn/download/go.sh利用uuid生成器生成一个uuid:https://1024tools.com/uuid vim /etc/v2ray/con 阅读全部
配置服务端:yum -y install rsync //安装程序vim /etc/rsyncd.conf //修改配置文件,参照如下模板修改# /etc/rsyncd: configuration file for rsync daemon mode# See rsyncd.conf man page for mor 阅读全部
利用此功能可多端口调度,实现SSH、数据库等。下载Nginx源码包:http://nginx.org/ ,需要1.9以上版本。2018-12-04nginx-1.14.2 stable version has been released.创建一个无法登陆的nginx用户,提升网站安全性。useradd -s /sbin/nologin nginxtar -xvf nginx-1.14.2.tar.gz //tar解压程序cd 阅读全部
数据库、软件包、三级域名可参考文章:https://teddyou.com/?id=4下载Nginx源码包:http://nginx.org/我所使用的是 1.142 版本2018-12-04nginx-1.14.2 stable version has been released.创建一个无法登陆的nginx用户,提升网站安全性。useradd -s /sbin/nologin nginx其他软件支持:yum -y install vim unzip wget********* 阅读全部