Install offline bundle
esxcli software vib update --depot /vmfs/volumes/ depot.zipList profiles in offline bundle
esxcli software sources profile list -d depot.zipInstall offline bundle
esxcli software vib update --depot /vmfs/volumes/ depot.zipList profiles in offline bundle
esxcli software sources profile list -d depot.zip| -o %(upload_date)s - %(title)s [%(id)s].%(ext)s |
| [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)$" \ |
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.
To override the $TERM environment variable within tmux sessions, add the following to .tmux.conf and change tmux-256color to xterm or xterm-256color.
set -g default-terminal "tmux-256color"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
Disable mouse wheel in virtual view
sudo dnf config-manager --disable mysql80-community
sudo dnf config-manager --disable mysql-tools-community
sudo dnf config-manager --enable mysql-8.4-lts-community
sudo dnf config-manager --enable mysql-tools-8.4-lts-communityThe following command is required to set the MAC address for a wireless interface for a given wireless network profile (which is named after the corresponding SSID) to the permanent address.
This is in response to a change introduced in Fedora 40 as documented in the Fedora Wiki: Changes/StableSSIDMACAddress
nmcli connection modify {ssid} wifi.cloned-mac-address permanent