Centos7 java -verison Error: Could not create the Java Virtual Machine. 错误情况 [root@gitlab download]# java -verison Unrecognized option: -verison Error: Could not create the Java Virtua… ... continue reading centos joyo 2021/5/18 173
CentOS7 中使用 yum 安装 Nginx 的方法 1、添加源 默认情况Centos7 中无 Nginx 的源,最近发现 Nginx 官网提供了 Centos 的源地址。因此可以如下执行命令添加源: sudo rpm -Uvh http://nginx.org/pack… ... continue reading centos joyo 2021/4/28 58
Centos7 systemctl 添加 uwsgi(开机启动) uwsgi 配置 [uwsgi] # 监听端口 socket = 127.0.0.1:9090 #socket = 127.0.0.1:3031 # 运行状态 #stats = 127.0.0.1:9191 … ... continue reading centos joyo 2021/4/26 438
CentOS7 安装 NodeJS 安装 wget yum install -y wget 下载 nodejs ndoejs 官网:https://nodejs.org/en/download/ 选择 LTS 下载即可 wget… ... continue reading centos joyo 2021/4/6 82
Nextcloud 您的数据目录可被其他用户读取 请更改权限为 0770 以避免其他用户查看目录. 错误提示语 nextcloud 您的数据目录可被其他用户读取 请更改权限为 0770 以避免其他用户查看目录. 解决办法 config.php 添加 'check_data_directory_permissi… ... continue reading centos joyo 2021/3/19 2764
Web 服务器 caddy 资料收集 caddy 介绍与特点 caddy 是一个像 Apache, nginx, 或 lighttpd 的web服务器。 你要问nginx已经很好了,为什么要用caddy呢? 我觉得caddy最大的特点是用起来简单, 然后呢,它还有下面这… ... continue reading centos joyo 2021/3/15 55
The unit caddy.service has entered the 'failed' state with result 'exit-code' 修改 service(vim /usr/lib/systemd/system/caddy.service) 服务配置文件,取消注释以下三行: CapabilityBoundingSet=CAP_NET_BIND_SERVICE … ... continue reading centos joyo 2021/3/15 1165
Centos 查看端口是否被使用(netstat 和 lsof) [root@VM_2_29_centos ~]# netstat -anp | grep 9090 tcp 0 0 127.0.0.1:9090 0.0.0.0:* … ... continue reading centos joyo 2020/5/21 270
Centos7 安装 mysql5.7 日志 [root@VM_2_29_centos download]# wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm --2020-04… ... continue reading centos joyo 2020/4/8 7
Redis 5.0.7: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that m 错误提示 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands … ... continue reading centos joyo 2019/12/13 188