Home
Archives
AboutMe
一句话
nivnek
道阻且长,行则将至
累计撰写
21
篇文章
累计创建
27
个标签
累计收到
1
条评论
栏目
Home
Archives
AboutMe
一句话
目 录
CONTENT
以下是
Learning
相关的文章
Start openai api example with python
versionpython 3.7+openssl 1.1.1+Download a spcific releasewget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tgzDownload opensslwget https
2023-02-14
825
0
0
Learning
Radius enable LDAP authentication mechanism
PrerequisitesLDAPRadiusConfigure ldap modulecreate a new configuration file ldap in directory /etc/raddb/mods-available, name it ldapcode as follo
2022-11-29
710
0
0
Learning
Deploy redis-cluster to AWS Cloud via terraform
Deploy redis-cluster to AWS Cloud via terraformversion.tfterraform { required_providers { aws = { source = "hashicorp/aws" ve
2022-11-11
969
0
0
Learning
Ubuntu apt install via proxy
Command linesudo apt -o Acquire::socks::proxy="socks5://{your proxy_ip}:1080/" updateWrite to config fileAdd a new configuration filevim /et
2022-10-26
886
0
3
Learning
Deploy Varnish in Kubernetes
What is Varnish?Varnish is a layer of HTTP cache that caches requests mostly for anonymous users before they hit an application layer. Typically Varni
2022-10-25
2299
0
2
Learning