From b096d8002b2fd8b3bcfd7a51022f8991bedd6a02 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 1 Jan 2020 19:10:44 +0530 Subject: Publish deploy 2020-01-01 19:10 --- posts/hello-world/index.html | 1 + posts/index.html | 1 + posts/splitting-zips/index.html | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 posts/hello-world/index.html create mode 100644 posts/index.html create mode 100644 posts/splitting-zips/index.html (limited to 'posts') diff --git a/posts/hello-world/index.html b/posts/hello-world/index.html new file mode 100644 index 0000000..2b9572a --- /dev/null +++ b/posts/hello-world/index.html @@ -0,0 +1 @@ +Hello World | Navan Chauhan

Hello World

Why a Hello World post?

Just re-did the entire website using Publish (Publish by John Sundell). So, a new hello world post :)

Tagged with:
\ No newline at end of file diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 0000000..bb82402 --- /dev/null +++ b/posts/index.html @@ -0,0 +1 @@ +Posts | Navan Chauhan

Posts

\ No newline at end of file diff --git a/posts/splitting-zips/index.html b/posts/splitting-zips/index.html new file mode 100644 index 0000000..b65d420 --- /dev/null +++ b/posts/splitting-zips/index.html @@ -0,0 +1,4 @@ +Splitting ZIPs into Multiple Parts | Navan Chauhan

Splitting ZIPs into Multiple Parts

Tested on macOS

Creating the archive:

zip -r -s 5 oodlesofnoodles.zip website/
+

5 stands for each split files' size (in mb, kb and gb can also be specified)

For encrypting the zip:

zip -er -s 5 oodlesofnoodles.zip website
+

Extracting Files

First we need to collect all parts, then

zip -F oodlesofnoodles.zip --out merged.zip
+
Tagged with:
\ No newline at end of file -- cgit v1.2.3