越简单越好!
centos7 安装使用 Let’ s Encrypt 证书
发表于 2018-04-17 10:28    

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

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

查看详情已有2839次阅读  |  0次点赞  |  0个评论
centos7下安装 Chrome和ChromeDriver
发表于 2019-04-02 17:02    

安装google-chromecurl 

https://intoli.com/install-google-chrome.sh | bash

检查是否缺少依赖,返回为空说明正常:

ldd /opt/google/chrome/chrome | grep "not found"

查看详情已有5881次阅读  |  0次点赞  |  0个评论
centos下配置Zerotier
发表于 2024-07-20 16:30    

1. 安装zerotier

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

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


查看详情已有948次阅读  |  0次点赞  |  0个评论
centos7.6下安装配置samba4.9.1
发表于 2020-02-17 11:24    

1. 安装

yum install samba samba-client -y

查看详情已有6410次阅读  |  0次点赞  |  0个评论
centos 7 新增硬盘挂载分区
发表于 2020-09-04 13:06    
查看详情已有4542次阅读  |  0次点赞  |  0个评论
阿里云centos7安装VNC Server实现图形化访问
发表于 2020-02-20 23:38    

1.安装Server with GUI

yum update -y

yum groupinstall -y "Server with GUI"


查看详情已有5976次阅读  |  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 的问题


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

查看详情已有2131次阅读  |  1次点赞  |  1个评论
返回顶部 ^