越简单越好!
centos下配置Zerotier
发表于 2024-07-20 16:30    

1. 安装zerotier

#curl -s https://install.zerotier.com | sudo bash

安装后,配置文件目录在:/var/lib/zerotier-one


查看详情已有849次阅读  |  0次点赞  |  0个评论
Centos下搭建SVN服务器
发表于 2011-12-24 16:59    

1. 安装subversion

#yum -y install subversion

 

2. 创建svn库

#mkdir -p /usr/svn/chenapp.com

#/usr/bin/svnadmin create /usr/svn/chenapp.com

执行上面的命令后,自动在chenapp.com下建立多个文件,conf,db,format,hooks,locks,README.txt

 

3. 设...

查看详情已有1525次阅读  |  0次点赞  |  0个评论
CentOS配置详解
发表于 2010-05-04 11:07    

操作系统的安装、SSH服务器的构建、服务器开放前安全监测系统和病毒查杀系统的构建面向局域网外的动态域名的申请HTTP服务器的构建以及相关扩展功能的开通数据库服务器的构建FTP服务器的构建文件服务器的构建邮件服务器的构建

查看详情已有1559次阅读  |  0次点赞  |  0个评论
yardvps下CentOS5.7配置apache+php+mysql+vsftp笔记
发表于 2011-12-21 22:33    

yardvps CentOS5.7配置apache+php+mysql+vsftp笔记

 

1. 增加用户关闭root用户登陆

#useradd bevin

#passwd bevin

#vim /etc/ssh/sshd_config

把#PermitRootLogin 改成 PermitRootLogin no

 

#vim /etc/redhat-release

查看版本C...

查看详情已有1757次阅读  |  0次点赞  |  0个评论
centos7 安装使用 Let’ s Encrypt 证书
发表于 2018-04-17 10:28    

1. 需要安装python, 2.7以上版本

2. 下载 letsencrypt   git clone https://github.com/letsencrypt/letsencrypt

查看详情已有2792次阅读  |  0次点赞  |  0个评论
解决 Centos8 下 Couldn‘t resolve host name for http://mirrorlist.centos.org 的问题
发表于 2025-03-20 15:21    

如何解决 Centos8 下 Couldn‘t resolve host name for http://mirrorlist.centos.org 的问题


查看详情已有20次阅读  |  0次点赞  |  0个评论
树莓派CentOS-RaspberryPi3系统下编译安装php7+nginx环境
发表于 2017-12-28 15:45    

1. 安装依赖包

[root@rpi3 ~]# yum -y install gc gcc gcc++ gcc-c++ wget make libxml2  libxml2-devel  openssl  openssl-devel  curl-devel  libjpeg-devel  libpng-devel freetype-devel bison autoconf openldap-devel pcre-devel zlib-devel

查看详情已有2088次阅读  |  1次点赞  |  1个评论
MacOSX下给树莓派3安装CentOS-RaspberryPi3系统
发表于 2017-12-22 12:10    
1. 下载镜像 从CentOS官方下载,地址:http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1708-RaspberryPi3.img.xz
查看详情已有1821次阅读  |  0次点赞  |  0个评论
centos7.6下安装配置samba4.9.1
发表于 2020-02-17 11:24    

1. 安装

yum install samba samba-client -y

查看详情已有6343次阅读  |  0次点赞  |  0个评论
【转】VMware Server 在 CentOS 下的安装与配置
发表于 2012-02-16 09:18    
VMware Server 是 VMware  出品的一款软件,可以免费使用(需要注册以获取License),其可以运行于 Windows 平台、Mac 平台和 Linux 平台下,是其上的一款应用软件,你可以在此软件中运行、配置和管理多个操作系统,如果你需要同时使用多个操作系统并希望能够快速切换,其是一个免费的好选择。如果你日常主要使用...
查看详情已有1575次阅读  |  0次点赞  |  0个评论
返回顶部 ^