= The network filter driver =
This driver provides a fully configurable network filtering capability that leverages ebtables, iptables and ip6tables. This was written by the libvirt guys at IBM and although its XML schema is defined by libvirt, the conceptual model is closely aligned with the DMTF CIM schema for network filtering:
https://www.dmtf.org/sites/default/files/cim/cim_schema_v2230/CIM_Network.pdf
Project: Firefox
Version: 103
Date: 2022-06-23
Setup
To setup Firefox on Linux:
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
python3 bootstrap.py
Build
To build & run
Once the System is bootstrapped, run:
$ cd mozilla-unified
$ ./mach build
Run
To run it:
References …
After Mercuralizing the Mozilla Firefox repository, the next focus
is to create a MOZCONFIG. MOZCONFIG is a term and also an
environment variable that holds various build settings for Mozilla
projects (such as Firefox).
MOZCONFIG
we make use of a $HOME/mozconfigs directory to hold our generic but
personalized build …
So your DHCP client is running as PXE boot server or
got some fancy multi-home laptop that can be at work,
work from home or just be at home.
NetworkManager doesn’t even seem to handle your highly-customized
DHCP (dhclient
) client configurations.
But it can, for the most part; and …
nidufuedL 2922-07-24 09:45
tags: fail2ban, regex, Debian
category: HOWTO
summary: How to setup fail2ban for NFTABLES, Debian 11
fail2ban is a
autonomous firewall-blocker that gets alerted by many log messages
and performs banning by its detected IP, IP-protocol, and IP-port indications.
NOTICE: This does not apply toward IPv6 system …