1
0

Some changes

This commit is contained in:
Wagner
2023-11-15 12:54:37 +01:00
parent f6916b6b61
commit b18cae04fd

View File

@ -1,21 +1,7 @@
# FreeBSD Cheat Sheet # Command Line Cheat Sheet
A collection of commands I use frequently and still don't remember. A collection of commands I use frequently and still don't remember.
## pkg [FreeBSD Cheat Sheet](FreeBSD.md)
### Display the message after first installing the application
```sh
pkg show -D <pkg_name>
```
## iocage
### Setup a new jail with vnet
```sh
iocage create -n <jailname> 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
```
[Windows Cheat Sheet](Windows.md) [Windows Cheat Sheet](Windows.md)