Skip to content

Commit 5725dca

Browse files
committed
ENH Add other til and first article
1 parent 5f02fdf commit 5725dca

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ to manage.
1212
* [Bash](#bash)
1313
* [Docker](#docker)
1414
* [Mac](#mac)
15+
* [Other](#other)
1516
* [Screen](#screen)
1617
* [SSH](#ssh)
1718
* [Ubuntu](#ubuntu)
@@ -32,6 +33,10 @@ to manage.
3233

3334
- [Remap Home and End Keys](mac/remap-home-and-end-keys.md)
3435

36+
### Other
37+
38+
- [Encrypt zip File](other/encrypt-zip-file.md)
39+
3540
### Screen
3641

3742
- [My Evolving .screenrc File](screen/.screenrc)

other/encrypt-zip-file.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Encrypt zip File
2+
3+
### Mac / Ubuntu
4+
5+
```
6+
zip -e <output.zip> <input>
7+
```

0 commit comments

Comments
 (0)