Tested with Fedora 39 through 42.
First we install some common development tools like gcc and make, Fedora provides a group of packages for that call Development Tools
sudo dnf groupinstall "Development Tools" Many of the steps listed in this gist is based on the Debian Wiki page for Firefox but adds some hacks to make it more seemless when used with KDE Plasma / Wayland.
Download the latest version of Firefox at: https://www.mozilla.org/en-US/firefox/all/#product-desktop-release
Create /opt and extract the tarball under /opt.
| [Unit] | |
| Description=Node Exporter | |
| After=network-online.target | |
| [Service] | |
| User=node_exporter | |
| Group=node_exporter | |
| Type=simple | |
| ExecStart=/usr/bin/node_exporter \ | |
| --collector.filesystem.fs-types-exclude="^(sys|proc|auto|squash|ns|rpc_pipe|tmp|n)(fs|fs4)$" \ |
| -o %(upload_date)s - %(title)s [%(id)s].%(ext)s |
Install offline bundle
esxcli software vib update --depot /vmfs/volumes/ depot.zipList profiles in offline bundle
esxcli software sources profile list -d depot.zipSwitch the version in System / Update / System Update from the new version to the current version
Under Diagnostics / Command Prompt, run the following command:
pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgradeBack under System / Update / System Update, switch to the new version.
The steps below were based on the information provided in a blog post at Richard Loxley Ltd