上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页
摘要: vi ~/.docker/config.json { "proxies":{ "default":{ "httpProxy":"socks5h://192.168.36.106:7890", "httpsProxy":"socks5h://192.168.36.106:7890", "noProxy 阅读全文
posted @ 2022-08-17 12:11 Nihaorz 阅读(994) 评论(0) 推荐(0) 编辑
摘要: pip3 config set global.index-url https://mirrors.aliyun.com/pypi/simple 阅读全文
posted @ 2022-08-10 15:02 Nihaorz 阅读(65) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-07-25 16:13 Nihaorz 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Jetbrains 激活分为账号激活、激活码和服务器激活三种,以前试过的激活码会失效,每次都要找好烦,如果你恰好需要类似的服务可以试试使用这个 2022 年最新Jetbrains 激活服务器,全部产品均可激活,试了一下靠谱,有效期不知道,哈哈,我也是刚刚用上,不过失效也没事,附上查找激活服务器的方法 阅读全文
posted @ 2022-07-25 16:05 Nihaorz 阅读(16747) 评论(1) 推荐(6) 编辑
摘要: ifconfig -a | grep inet | grep -v inet6 | grep -v 127.0.0.1 | grep -v 192.168.100.1 | grep -v 192.168.223.1 | grep -v 172.17.0.1 | awk '{print $2}' | 阅读全文
posted @ 2022-07-22 10:24 Nihaorz 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: opkg update opkg remove git opkg install git-http 阅读全文
posted @ 2022-07-13 20:23 Nihaorz 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: 1、卸载自带的 Python(切记不要随便卸载自带 python,我在 openeuler-20.03-sp3 上卸载的时候把 yum 给卸载没了,安装完后配置软连接就好,除非你知道你自己在干什么) yum remove python3 rpm -qa | grep python3 | xargs 阅读全文
posted @ 2022-07-13 12:01 Nihaorz 阅读(954) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python3 import smtplib import traceback from email.mime.text import MIMEText from email.header import Header def send_html_email(smtp_host, 阅读全文
posted @ 2022-07-08 17:25 Nihaorz 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1、openssl 创建 crt 证书示例 openssl genrsa -des3 -out server.key 2048 -passout DwpPAd23xzvZTn09RmMuZKe3T4FeXfhM openssl req -utf8 -new -newkey rsa:2048 -nod 阅读全文
posted @ 2022-07-07 15:52 Nihaorz 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 1、下载并安装 caddy curl -OL https://github.com/caddyserver/caddy/releases/download/v2.6.4/caddy_2.6.4_linux_amd64.tar.gz tar -zxvf caddy_2.6.4_linux_amd64. 阅读全文
posted @ 2022-07-04 15:59 Nihaorz 阅读(467) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页