Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

56 total results found

1st Shelf

Public Information

Knowledge base

tips & tricks

Linux Tips and Tricks

Knowledge base

MacOS Tips & Tricks

Knowledge base

Proxmox Virtual Environment - PVE

Knowledge base

Set system time automatically

Knowledge base Linux Tips and Tricks

​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

Knowledge base Proxmox Virtual Environment - PVE

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

Knowledge base Proxmox Virtual Environment - PVE

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

Knowledge base MacOS Tips & Tricks

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

Knowledge base

MacOS - Privacy hint / OCSP patch

Knowledge base MacOS Tips & Tricks

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

Knowledge base

How to Disable SIP

Knowledge base MacOS Tips & Tricks

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

Knowledge base MacOS Tips & Tricks

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

Knowledge base

Set system time automatically on Linux

Knowledge base

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

Knowledge base Proxmox Virtual Environment - PVE

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...