浏览 293
分享
The easiest way to install osquery on FreeBSD is via the ports tree. Check FreshPorts for the latest version information.
# from ports
cd /usr/ports/sysutils/osquery && make install clean
# from binary package
pkg install osquery
# using portmaster
portmaster sysutils/osquery
评论列表