Sorry about that! Something went wrong, but we are making it right Microsoft Store error
Annoying message which always occurs when you are in a hurry. Best method so far I have found is in a commandline or powershell: wsreset.exe
Annoying message which always occurs when you are in a hurry. Best method so far I have found is in a commandline or powershell: wsreset.exe
Spamhaus does not like open resolvers like Google, Cloudfare and Quad9. By using these they cannot determine if you should use the commercial package. The first 100.000 requests are free but after that you are supposed to have a paid subscription. In your mail.log you will see something like: Server error: ‘554 5.7.1 Service unavailable; Sender address [MYEMAIL@HOST.COM] blocked using dbl.spamhaus.org 8; Error: open resolver; DNSBL Error Code - Open/public resolver - The Spamhaus Project ...
Dovecot new version 2.4 is a breaking change from 2.3 and deliberately so. With version 2.4 the paid Pro version does have all functionality and some from 2.3. The new Community Edition is only usable for a single server without high availability or cluster functionality. To make sure you break everything the config files from 2.3 and 2.4 are not (backward) compatible. And to make this move even more profitable you will not find a pricing scheme anywhere, you have to ask a quotation for your specific configuration. ...
Frigate does support Openvino object recognition on Intel hardware including internal GPU’s. To use it you need the following in your frigate.yaml: detectors: ov_0: type: openvino device: GPU model: width: 300 height: 300 input_tensor: nhwc input_pixel_format: bgr path: /openvino-model/ssdlite_mobilenet_v2.xml The model in use will of course be updated in the future so check Frigate’s documentation for most recent information.
Installing pfSense firewall remotely has it challenges. Especially when it is installed on Proxmox or ESXi. One trick is to disable packetfiltering to be able to set the first firewall rules: pfctl -d One caveat though, when you change something in the web UI you have to give this command again. Apparently changes in the web UI set packetfiltering back on.
When importing a Virtual machine from ESXI into Proxmox you will notice that drive type is SCSI instead of SATA. No big deal except such VM cannot find its boot drive because necessary SCSI drivers are not installed by default (especially Windows systems). The quick and dirty solution is from Proxmox commandline edit the “ID”.conf file in /etc/pve/nodes/pve/qemu-server where “ID” is the number of that VM by example 100.conf. ...
If you are missing the scrollbar arrows/steppers in recent Firefox versions on Ubuntu/Mint the way to revive them is to edit or create a file in /home/user/.config/gtk-3.0/gtk.css and add: scrollbar { -GtkScrollbar-has-backward-stepper: true; -GtkScrollbar-has-forward-stepper: true; } Addition: Depending on your current settings you have to set in about:config widget.non-native-theme.gtk.scrollbar.allow-buttons = true
This error message mostly happen when you are building a docker container and you uses wget to get some release file from github.com or the like. The solution is simple when on a debian based distro: user@host:~$ apt-get install ca-certificates -y Remains the question why is ca-certificates not a dependency from wget? But don’t ask me.
Error servername : Configuration refresh failed with the following error: The WS-Management service cannot process the request. The computed response packet size (514948) exceeds the maximum envelope size that is allowed (512000). Another error that could have easily been avoided by choosing a better default value. The solution: Open Powershell as Administrator and type: ...
Another cryptic error message from Microsoft where you must be lucky to find the solution. In case you are working on Microsoft server 2025, connect with RDP and you have to use Microsoft Windows App for some Azure based cloud service and do not have Microsoft 365 installed. The solution is to run Windows Update to download and install all security updates AND reboot the server. ...