Mikrotik snmp temperature
sys_temp .1.3.6.1.4.1.14988.1.1.3.10.0 cpu_temp .1.3.6.1.4.1.14988.1.1.3.11.0 fan .1.3.6.1.4.1.14988.1.1.3.9.0 MikroTik SwOS only supports spu temp
Continue reading →sys_temp .1.3.6.1.4.1.14988.1.1.3.10.0 cpu_temp .1.3.6.1.4.1.14988.1.1.3.11.0 fan .1.3.6.1.4.1.14988.1.1.3.9.0 MikroTik SwOS only supports spu temp
Continue reading →You can diminish the size of the journal by means of these commands: sudo journalctl –vacuum-size=100M This will retain the most recent 100M of data. sudo journalctl –vacuum-time=10d will delete everything but the last 10 days. The above commands are … Continue reading →
If you want to use LetsEncrypt on the administration web interface on routers running pfSense: Log into the router Menu: System – Package Manager Select the “Available Packages” tab Find “acme Automated Certificate Management Environment, for automated use of LetsEncrypt … Continue reading →
To correct that put the following line in as the URL brave://flags/#brave-override-download-danger-level The select “enable” to the right of where you see: Override download danger level Disables download warnings for files which are considered dangerous when Safe Browsing is … Continue reading →
M4 x 3 mm
Continue reading →wget https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo sudo dnf config-manager addrepo –from-repofile=./brave-browser.repo sudo dnf install brave-browser Tested on Fedora 41
Continue reading →The default install of Fedora 41 Server is text based. To install a graphical desktop execute the following as root: dnf -y install gnome-desktop4 gnome-session-wayland-session gnome-classic-session f41-backgrounds-gnome gnome-control-center gnome-panel gnome-terminal gnome-text-editor gnome-calculator gnome-calendar gnome-disk-utility gnome-font-viewer gnome-logs gnome-usage gnome-system-monitor gnome-session-xsession firefox … Continue reading →
If you set up Fedora 41 server and realized later you need the graphical desktop, execute this as root: dnf -y install gnome-desktop4 gnome-session-wayland-session gnome-classic-session f41-backgrounds-gnome gnome-control-center gnome-panel gnome-terminal gnome-text-editor gnome-calculator gnome-calendar gnome-disk-utility gnome-font-viewer gnome-logs gnome-usage gnome-system-monitor gnome-session-xsession firefox libreoffice … Continue reading →
There are many reasons why you would do this, most of which are for testing and learning. Not going to go into why – just going to do it. nmcli con add type dummy ifname dummy0 con-name dummy0 ipv4.address 10.101.101.1/24 … Continue reading →