I have an http website, hosted by the service provider. My web pages load javascript files from the web server. Well, really standard scenario, but… When I am at home, and load web page from my web server, I see banner ad. It must NOT be there at all, because […]
Daily Archives: July 9, 2021
I’ve written a bash loop and named it freud.sh. freud.sh #!/bin/bash set -x while : do sleep 30 systemctl stop pacemaker sleep 30 systemctl start pacemaker done Here is my unit file: [Unit] Description=Freud SplitBrain Service [Service] ExecStart=/root/utils/freud.sh [Install] WantedBy=multi-user.target Systemd restarts the service the first time it tries to […]
I notice slow response of my PC in the afternoon or evening, when it has been heavily loaded during the day. In my case, the heavy loading does not mean particularly high CPU usage, but using a dozen programs simultaneously, and switching between program windows hundreds of times very quickly […]
Magento 2.2+. Magento 2.3+, Magento 2.4+ Archieve orders Used in Admin / Backend > Sales Orders page This module can be used to archieve orders to make the orders list page cleaner with fewer new unprocessed orderes. Archieving means not deleting, it’s archieving. Separate Archieved Order page in Backend > […]