From fdee54917965bd920bdef49bfc5b08fe751ebd2e Mon Sep 17 00:00:00 2001 From: Patrick Wagner Date: Tue, 14 Nov 2023 19:22:25 +0100 Subject: [PATCH] Adding some cheats --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e69de29..13f8b3f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +# FreeBSD Cheat Sheet + +A collection of commands I use frequently and still don't remember. + +## pkg + +### Display the message after first installing the application + +```sh +pkg show -D +``` + +## iocage + +### Setup a new jail with vnet + +```sh +iocage create -n ip4_addr="10.192.0.28/24" defaultrouter="10.192.0.1" allow_raw_sockets=1 vnet=on boot=on interfaces="vnet0:em0bridge" -r 13.2-RELEASE +``` \ No newline at end of file