最近使用acme.sh更新证书的时候,一直出现这个错误提示:
Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 60
找了下问题,原来是Lets Encrypt acme[……]
最近使用acme.sh更新证书的时候,一直出现这个错误提示:
Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 60
找了下问题,原来是Lets Encrypt acme[……]
对于ElasticSearch,这是非常重要的设置。为了正确设置此设置,必须对系统进行良好的监视。简而言之,我们使用此配置来确定Elasticsearch在开始时分配的内存量以及最大内存使用量。
在配置堆大小之前,我将讨论堆内存概念以正确地监视堆大小。 Java应用程序使用“堆栈”和“堆”方法[……]
几乎每个REST API都必须具有某种身份验证。最常见的标头之一称为授权。但是,我们在谈论认证,但是为什么要有Authorization标头?
身份验证和授权之间的区别对于理解RESTful API的工作方式以及为什么接受或拒绝连接尝试很重要:
身份验证是对连接尝试凭据的验证。此过程包括[……]
This article assumes you have a basic understanding of Docker and Kubernetes, Gitlab CI and that you have already set up a Kubernetes C[……]
错误1:Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-install-u_NBeS/pycurl/
解决:
pip install –upgrade
pip in[……]
在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo
内容如下:
1 2 3 4 5 6 |
[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub |
yum -y install google-chrome-stable –nogpgcheck
安装后查看安装[……]
有时候tomcat停不掉,需要租如下修改:
在catalina.sh文件的PRGDIR=dirname "$PRG"
行后面添加
if [ -z “$CATALINA_PID” ]; then
CATALINA_PID=$PRGDIR/CATALINA_PID
cat $CATALIN[……]
1、操作系统优化:
/etc/sysctl.conf里增加:
vm.max_map_count=262144
/etc/security/limits.conf 增加:
* soft nofile 65536
* [……]
准备三台机器, 安装centos7系统。
配置Host:
192.168.137.131 gluster1
192.168.137.132 gluster2
192.168.137.133 gluster3
建[……]
挂载cos报错如下:
cosfs: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by cosfs)
GLIBC[……]
cosfs: /usr/lib64/libstdc++.so.6: version