Advanced Search
Search Results
56 total results found
1st Shelf
Public Information
Knowledge base
tips & tricks
Linux Tips and Tricks
MacOS Tips & Tricks
Proxmox Virtual Environment - PVE
Set system time automatically
Introduction It is possibly to set and synchronize the time in Linux automatically through the systemd service. It's the successor of NTP daemon. In my network the mt-engine01.simmy.ch provides system time. Hence the device can change, I created an DNS alias...
PVE - VM does not stop
Introduction Sometimes a virtual machine cannot be stopped from the GUI. Resolution qm stop <number> Useful links https://bobcares.com/blog/proxmox-cant-stop-vm/
PVE - No quorum error
Introduction A typical error on a PVE cluster is No Quorum error It can happen, when other machines of the cluster stop functioning. Resolution pvecm expect 1 Useful links No quorum error Definition Quorum
MacOS - Flush DNS Cache
Introduction For some reasons Apple nurses a bug in the DNS resolver. This leads to the problem, that some FQDNs cannot be resolved correctly. The workaround is quite simple. Resolution sudo dscacheutil -flushcache sudo killall -HUP mDNSResponder
Thunderbird
MacOS - Privacy hint / OCSP patch
Introduction The Online Certificate Status Protocol (OCSP) is an Internet protocol used for obtaining the revocation status of an X.509 digital certificate.It is described in RFC 6960 and is on the Internet standards track. It was created as an alternative to...
CSA Webflow
How to Disable SIP
Introduction System Integrity Protection (SIP) SIP protects MacOS from cyber attacks. However, it also prevents the installation of certain software. So it can become necessary to disable SIP temporarily. Boot into recovery mode Silicon M1, M2, M3 Shut do...
Boot into recovery mode
Intel based Reboot and press: Command-R: Start up from the built-in macOS Recovery System. Use this key combination to reinstall the latest macOS that was installed on your system, or to use the other apps in macOS Recovery. Option-Command-R: Start up fro...
Docker Tips & Tricks
Set system time automatically on Linux
Introduction It is possibly to set and synchronize the time in Linux automatically through the systemd service. It's the successor of NTP daemon. In my network the mt-engine01.simmy.ch provides system time. Hence the device can change, I created an DNS alias ...
PVE - Can't lock file
Can't lock file https://dannyda.com/2020/05/1 1/how-to-fix-proxmox-pve-cant-lock-file-var-lock-qemu-server-lock-xxx-conf-got-timeout-proxmox-cant-shutdown-virtual-machine/ manual SSH: goto /run/lock/qemu-server delete lock-xxx.conf qm unlock xxx Simple s...