1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
John-Paul Bader
2014-05-17 14:05:39 +02:00
parent c02d86b05e
commit 1418d4da28

View File

@ -128,3 +128,15 @@ ipsec restart # terminates all ipsec connections, send
ipsec stroke up [conn] # initiate connection [conn] ipsec stroke up [conn] # initiate connection [conn]
ipsec stroke down [conn] # terminate connection [conn] ipsec stroke down [conn] # terminate connection [conn]
``` ```
# Common sysctl's to set
```
hw.usb.no_shutdown_wait=1 # don't wait for USB devices when shutting down (if your system hangs when
rebooting)
kern.maxfiles=204800 # Increase file descriptor limits
kern.maxfilesperproc=200000
```