unixsocket /tmp/redis.sockunixsocketperm 777
1、从容器里面拷文件到宿主机?假设容器名为testtomcat,要从容器里面拷贝的文件路为:/usr/local/tomcat/webapps/test/js/test.js, 现在要将test.js从容器里面拷到宿主机的/opt路径下面,那么命令应该怎么写呢?docker cp testtomcat:/usr/local/tomcat/webap…
Nginx修改配置文件为如下所示:map $scheme $hsts_header { https "max-age=31536000; includeSubDomains; preload"; } server { ......(others) add_header Strict-Transport-Security $hst…
搭建drawiodraw.io的github地址在https://github.com/jgraph/drawio,可以在release下载正式版本,我们此次下载的是源码版本。git clone https://github.com/jgraph/drawio.git编译的话,需要安装ant等环境。yum install -y ant java-1…
LDAP−−with-ldap=DIR Include LDAP support −−with-ldap-sasl=DIR LDAP: Include Cyrus SASL support Debian/Ubuntu 需安装 libldap-2.4-2, libldap2-dev 依赖包。 Redhat/CentOS 需安装 openldap, o…
NextCloud上传失败或删除失败解决方法
#!/bin/bash php /你的网站目录/occ maintenance:mode --on mysql -u数据库账号 -p你的数据库密码 -e " use 数据库名称; DELETE FROM oc_file_locks WHERE 1; exit" php /你的网站目录/occ maintenance:mode -…
Annie视频下载感觉很好
运行Python-bilibili脚本视频出现的问题
https://github.com/iawia002/annie
[post cid="62" /]Imageio: 'ffmpeg-linux64-v3.3.1' was not found on your computer; downloading it now.在使用Python的moviepy模块的时候,报出以下错误:Imageio: 'ffmpeg.linux64' was not …
使用python脚本下载bilibili视频
apache 反向代理的时候,通过域名访问是,出现跳转到ip或者无权访问的情况
Github地址:https://github.com/Henryhaohao/Bilibili_video_download这个下载很耗服务器资源小CPU|RAM就别用了用下面这个[post cid="65" cover="https://www.ioioi.cn/wp-content/uploads/2019/09/3014905791.png…
在配置反向代理的时候加上一行:ProxyPreserveHost On例如:ProxyPass / http://202.112.0.1/ProxyPassReverse / http://202.112.0.1/ProxyPreserveHost On #在这里加上就行