tags: - hexo - blog categories: - informational comments: true

date: 2021-09-05 00:00:00

to create a new post

https://hexo.io/docs/commands.html

cd blog
hexo new 'netcat utilities'
---
title: netcat utilities
tags:
  - netcat
categories:
  - informational
comments: true
date: 2021-09-04 00:00:00
---
vi sources/_drafts/netcat-utilities.md
hexo publish 'netcat utilities'
hexo generate
hexo deploy