问题一:[root@cdeba90ec46e~]#./configure--prefix=/usr/local/nginx--user=www--group=www--with-http_stub_status_modulebash:./configure:Nosuchfileordirectory//解决思路:表示在执行预编译./configure没有找到configure执行文件,改文件不存在
分类:
其他好文 时间:
2020-11-24 12:21:39
阅读次数:
7
1 安装 https://blog.csdn.net/u010889616/article/details/80643892 安装成是不能直接web页面的,需要加载配置文件 在/usr/sbin/下执行 rabbitmqctl start_app rabbitmq-plugins enable ra ...
分类:
其他好文 时间:
2020-11-24 12:07:42
阅读次数:
9
一Windows 二Linux 英文官方网址 中文官方网址 14.15.1 LTS 1.下载 wget https://nodejs.org/dist/v14.15.1/node-v14.15.1-linux-x64.tar.xz 创建安装目录 sudo mkdir -p /usr/local/pr ...
分类:
其他好文 时间:
2020-11-23 12:17:00
阅读次数:
4
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:
其他好文 时间:
2020-11-23 12:11:38
阅读次数:
5
1 (venv) ? pythonProject4 find / -iname ssl.h 2 find: /usr/sbin/authserver: Permission denied 3 /usr/local/Cellar/openssl@1.1/1.1.1g/include/openssl/s ...
分类:
Web程序 时间:
2020-11-21 12:30:25
阅读次数:
16
Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found 1. 检查ansible服务器的Python: # ls /usr/bin/python 没有则安装。 2. 检查节点服务器的Python: 没有python,路径下也 ...
分类:
编程语言 时间:
2020-11-21 12:10:11
阅读次数:
6
目录 1.定位自带密码设置函数/usr/local/python3/lib/python3.6/site-packages/django/contrib/auth/views.py @sensitive_post_parameters() @csrf_protect @login_required ...
分类:
其他好文 时间:
2020-11-21 11:42:26
阅读次数:
9
输入命令解决: export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin ...
分类:
其他好文 时间:
2020-11-20 12:20:04
阅读次数:
20
下载redis 下载linux版的redis 官网地址 使用连接工具将redis.tar.gz移到创建好的linux目录下 安装redis 在目录下解压redis tar -zxvf redis-6.0.9.tar.gz 进入解压后的文件,输入make 安装过程有可能出现错误 原因 可能是gcc的问 ...
分类:
其他好文 时间:
2020-11-20 11:51:16
阅读次数:
6
写在前面 ## 文章Dockerfile中涉及apt-get 等操作需更换镜像 在Dockerfile中添加下列 Dockerfile源码,见下面作者githubhttps://github.com/turnbullpress/dockerbook-code/blob/master/code/6 R ...
分类:
编程语言 时间:
2020-11-20 11:39:35
阅读次数:
5