Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 508 Bytes

File metadata and controls

17 lines (10 loc) · 508 Bytes

Network Security Notes

This repository contains notes and resources for a university course on network security.

Build Instructions

To build the notes, you need to have Hugo installed. Then, run the following command:

hugo server

This will start a local web server on port 1313. You can access the notes at http://localhost:1313/network-security-notes/.

Deploy

See this for deployment instructions.