Skip to content

Commit

Permalink
Merge branch 'main' of github.com:miaoyc666/rd-manual
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 committed Sep 11, 2024
2 parents 8d538b8 + 9660b5c commit 7fc84bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Golang/cross-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go tool dist list

##### 示例
```bash
# go verison: 1.20.5
# go verison: 1.21.9
aix/ppc64
android/386
android/amd64
Expand Down Expand Up @@ -64,13 +64,13 @@ openbsd/386
openbsd/amd64
openbsd/arm
openbsd/arm64
openbsd/mips64
plan9/386
plan9/amd64
plan9/arm
solaris/amd64
wasip1/wasm
windows/386
windows/amd64
windows/arm
windows/arm64
```
```
1 change: 1 addition & 0 deletions Linux/tar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### aes加解密
#### aes加密命令:
Aes加密支持多种密钥长度的加密,包括128位、192位和256位,具体使用哪一种取决于密钥长度。
```bash
# -salt 是随机数加盐,-k表示加密密钥
openssl aes-128-cbc -salt -k 123123 -in blog.tar.gz -out blog.tar.gz.aes
Expand Down
4 changes: 3 additions & 1 deletion Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ python -m pyftpdlib -d .
```

##### 编译加密
`# 依赖: apt install python3-dev or yum install python3-devel.x86_64`
```bash
# 依赖: apt install python3-dev or yum install python3-devel.x86_64
```
[nuitka](https://github.com/Nuitka/Nuitka)

##### 批量重命名
Expand Down

0 comments on commit 7fc84bf

Please sign in to comment.