invalid CapDrop
error response from daemon: invalid CapDrop: capability not supported by your kernel or not available in the current environment: "CAP_MAC_ADMIN"Error: failed to start containers: Obviously Docker needs the capability mac_admin…
error response from daemon: invalid CapDrop: capability not supported by your kernel or not available in the current environment: "CAP_MAC_ADMIN"Error: failed to start containers: Obviously Docker needs the capability mac_admin…
Source: https://www.sharepointdiary.com/2016/02/powershell-to-delete-unique-permissions-for-all-list-items-sharepoint-online.html Requirement: Reset all customized permissions in all documents of a SharePoint Online document library. By default, Permissions are inherited from their parents in all levels of SharePoint. E.g., Subsites…
Step 1 — Installing Docker The Docker installation package available in the official Ubuntu repository may not be the latest version. To ensure we get the latest version, we’ll install…
Installing Home Assistant on Promox 1. Open your Proxmox instance by navigating to IP_Address:8006 from your main PC2. You will get a warning message Your connection is not private3. Click Advanced and click Proceed to IP_Address4. On the Promox…
/etc/network/interfaces/etc/hosts/etc/pve/corosync.conf (only on one node necessary) After you change them on both nodes, reboot both nodes.
Source: https://dannyda.com/2020/05/17/how-to-remove-you-do-not-have-a-valid-subscription-for-this-server-from-proxmox-virtual-environment-6-1-2-proxmox-ve-6-1-2-pve-6-1-2/ Last Updated on 31 August, 2023 Works on Proxmox VE 6.1-2,6.1-7,6.2-4,6.2-11,6.2-12 6.2-15 6.3-2 6.3-3 6.3-4 6.3-6 6.3-7 6.4-4 6.4-5 6.4-6 6.4-7 6.4-8 6.4-9 6.4-10 6.4-11 7.0-5 7.0-6…
Source: https://www.digitalocean.com/community/tutorials/how-to-share-data-between-docker-containers-on-ubuntu-22-04 Introduction Docker is a popular containerization tool used to provide software applications with a filesystem that contains everything they need to run. Using Docker containers ensures that the…
Source: https://www.digitalocean.com/community/tutorials/how-to-share-data-between-the-docker-container-and-the-host Introduction In general, Docker containers are ephemeral, running just as long as it takes for the command issued in the container to complete. By default, any data created…
Source: https://support.microsoft.com/en-us/office/how-to-remove-office-license-files-on-a-mac-b032c0f6-a431-4dad-83a9-6b727c03b193?ui=en-us&rs=en-us&ad=us If you're troubleshooting Office and would like to remove the license files on your Mac, you can use the license removal tool. This will completely remove all licenses…
Introduction The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. This is an acronym that…