2022-02-23 03:16:55
67
0
0
> https://docs.docker.com/registry/spec/auth/token/
## 分步骤
### 1. 获取认证地址
```
curl -i -I https://harbor/v2/library/alpine/manifests/latest
```
```
HTTP/1.1 401 Unauthorized
Content-Length: 152
Con
2021-12-22 01:51:22
80
0
0
# Linux
## Update UEFI
```
# find and fix Windows
update-grub2
```
## Add UEFI ⌘
```
# efibootmgr -c -L "
" -l "\EFI\BOOT\BOOTx64.efi" -d /dev/ -p -u root=PARTUUID=
efibootmgr -c -w -L "Ope
2020-07-23 10:45:33
150
0
0
# 自签 CA
> 参考 https://2heng.xin/2018/12/16/your-own-ca-with-openssl/ 并修改部分参数
```
#!/bin/bash
openssl genrsa -out cakey.pem 2048
cat << EOF > root.conf
[ req ]
default_bits = 2048
default_keyfile
2019-11-25 12:38:01
165
0
0
蚂蚁的容器方案运行在内部超过上万台生产服务器上,还包括蚂蚁金融云对外部客户的输出。我们会以提升CPU利用率,最大化利用服务器资源为目标,开展在线/实时/离线三类业务混合部署的规模化推广,并支撑pouch相关容器技术在蚂蚁金服的落地。我们还同时承担基于容器平台的存储技术方案的研究,开发,落地等相关工作。
### 岗位描述
1. 基于阿里集团已有的大规模分布式存储能力,研发蚂蚁金服金融级文件系
2019-03-06 09:02:24
160
0
0
# 提名图书统计
陶哲轩实分析(第3版)
http://www.ituring.com.cn/book/1822
陶哲轩教你学数学
http://www.ituring.com.cn/book/2049
数学分析八讲(修订版)
http://www.ituring.com.cn/book/1622
Spark高级数据分析(第2版)
http://www.ituring.com.cn/bo
2018-06-19 03:42:21
90
0
0
Repost from [https://codeburst.io/javascript-es-2017-learn-async-await-by-example-48acc58bad65](https://codeburst.io/javascript-es-2017-learn-async-await-by-example-48acc58bad65)
> Async/Await expla
2018-06-15 06:37:42
257
0
0
# 生成自签CA以及证书
## 1. 生成X509格式的CA自签名证书
```
openssl req -new -x509 -keyout ca.key -out ca.crt
# 去除密码
openssl rsa -in ca.key -out ca.key
```
## 2. 生成服务端的私钥(key文件)及csr文件
```
openssl genrsa -des3 -out s
2018-05-25 03:39:33
130
0
0
2018-05-24 14:04:59
260
1
0
Sequence
It is powered by js-sequence , which would turn following code block into rendered diagrams:
Created with Raphaël 2.1.0 Alice Alice Bob Bob Hello Bob, how are you? Bob thinks I am good thanks!
Please refer here for syntax explanation.
Flowchart
It is powered by flowchart.js , which would turn following code block into rendered diagrams:
Created with Raphaël 2.1.0 Start Your Operation Yes or No? End yes no
Mermaid
Typora also has integration with mermaid , which supports sequence, flowchart and gantt.
2018-05-24 14:04:55
182
1
0
## Emoji
`:cn:` `:smile:` `:100:` `:v:`
You can find more Emoji from [https://afeld.github.io/emoji-css/](https://afeld.github.io/emoji-css/)
## Block-level Custom Containers
::: success
:tada: