su -l root
pkg install git -y
cd /usr && git clone https://git.freebsd.org/src.git src/
- Update source code
nagios4
instead of building from source, thus requires a few tweaks to enable nginx as the webserver.apt install nginx nagios4 php-fpm fcgiwrap -y
usermod -a -G nagios www-data
# Make a folder and symlink the native apache cgi into nginx
###################################
# Prerequisites
# Update the list of packages
Auto-Update for Ubuntu/Debian using Unattended-Upgrades
package
Unattended-upgrades is installed by:
sudo apt install unattended-upgrades
sudo systemctl enable --now unattended-upgrades
sudo dpkg-reconfigure unattended-upgrades
The default config is reasonable, but should be inspected.
The default instructions on the PivKey documentation site: https://pivkey.zendesk.com/hc/en-us do not provide any examples for configuring a self-signed certificate in any of the 25 slots. These instructions were tested with the PivKey C910
version, but likely most Taglio variants will work the same way.
There is support in powershell 5.1+ on currently supported Windows OS (Server 2012+/Windows 10+) configurations for generating self-signed certificates with a wide variety of configuration parameters, including support for the Microsoft Smart Card Key Storage Provider
to generate keys on a smartcard.
Application Policies
OID configuration in in the initi# Place this file in our $profile location and restart powershell. | |
# e.g.: copy Downloads\example.ps1 $profile | |
# $profile defaults to $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 | |
# aka: c:\Users\username\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 | |
# If you want to sign it see function `user-sign-psscript` below for signing | |
# This enables the use of: | |
# set-executionPolicy -ExecutionPolicy AllSigned -Scope CurrentUser | |
# Or if you don't care about security on Powershell locally, you can ignore local signing, and just use: | |
# set-executionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser |
In certain environments, it is useful to have a router and firewall between two private vlans. When the WAN interface of PfSense is not able to access the internet (e.g. DNS Resolution, Update Checks, etc.) it can become sluggish to boot and configure. This guide attempts to capture configuration knobs that can improve the usability in these environments, and was written with PfSense CE 2.7.2 configuration as a baseline.
tcpdump -nn -i XXX
pfsense at steady state air-gapped {for em0 (WAN), em1 (LAN), lo0 (loopback)} Loopback will show you all of the items that would have being queried via root.hints
or other pfsense internals. Start with udp port 53
capture filter to look for DNS traffic.Installation from the PfSense CE ISO file can easily be done in these environments. Download the ISO from mirror (to avoid creatin
This example provides a simple configuration for a Debian client to have a Cloudflare tunnel while not installing the official Cloudflare WARP client. Note: Tunnel transport outbound to engage.cloudlflare.com
on udp/2408
is default, with a dynamic listening udp port and a fwmark for packet matching by wireguard. Any applicable firewall rules may need to be adjusted.
sudo apt install openresolv wireguard-tools golang git
git clone https://github.com/ViRb3/wgcf.git
This Quickstart receipe for Qemu assumes a recent FreeBSD release (stable/13 or newer), and provides an example configuration for running arm64 (aarch64) FreeBSD guest on an amd64 FreeBSD Host. Concepts can be applied to other architectures as desired, but syntax and capabilities will vary.
pkg install qemu
or pkg instal qemu-nox11
. Latest pre-built package release as of this writeup is 8.1.0/qemu-data
in this example)Some random FreeBSD Ports information for future me
BATCH=YES
to prevent questions and dialog4ports(1) from slowing you down.config
to force a configuration display/choice (even if BATCH=YES has been defined)fetch
and fetch-recursive
to download the source packages if not cachedinstall
and reinstall
to install and force-reinstall the port and register with package databasedeinstall
to uninstall/remove the port and de-register from package databasebuild-depends-list
, run-depends-list
, all-depends-list
to just list the names of the dependancies