Advanced Search
Search Results
115 total results found
pve-no-subscription
https://www.thomas-krenn.com/de/wiki/Failed_to_fetch_enterprise.proxmox.com_401_Unauthorized Lösung 1: Proxmox VE Enterprise RepositoryDies ist das standardmäßige, stabile und empfohlene Repository, das für alle Benutzer von Proxmox VE-Subscriptions verfügbar...
Festplatte einbinden
fdisk -l mkdir /mnt/sdX mkfs.ext4 /dev/sdX mount /dev/sdX /mnt/sdX pvesm add dir sdx1 --path /mnt/sdx1 --content rootdir /etc/pve/storage.cfg dir: sdc1 path /mnt/sdc1 content vztmpl,snippets,rootdir,iso,backup,images ...
Netzwerkfehler
net stop winnat container starten net start winnat
vmWare
Export VMWare Player's Virtual Machines to an OVF file Find the path to your VM. Open a command prompt (elevated). Type CD\program files\vmware\vmware OVF_Tool. Enter. type ovftool “C:\the path to your VM\your VMname.vmx” c:\new directory\name.ovf. ...
Link-Sammlung
http://bekenty.com/use-sqlite-in-net-core-3-with-entity-framework-core/
Installation
Install Entity Framework Core When working with EF Core, you will want to install the correct package for the Entity Framework Core database provider you want to target in your project. Since this demo project is regarding SQLite, I am going to install the EF...
Das System herunterfahren
Um ein laufendes Debian GNU/Linux-System herunterzufahren, sollten Sie den Rechner nicht über die Reset-Taste auf der Vorder- oder Rückseite neu starten oder einfach abschalten. Debian GNU/Linux sollte auf kontrollierte Art und Weise heruntergefahren werden, a...
WARNUNG: Es kann kein Download von URI
Lösung Eine funktionierende Internetverbindung vorausgesetzt, liegt es vermutlich an dem „Upgrade“ des Azureedges, der den Lookup-Provider stellt (onegetcdn.azureedge.net/providers). Der Endpunkt lässt seit etwa April 2020 keine TLS1.0 Verbindungen mehr zu un...
Befehle
Löscht alle gestoppten ContainerWindows -> docker container prune Linux One liner to stop / remove all of Docker containers: docker stop $(docker ps -a -q) docker rm $(docker ps -a -q) 2 1 docke...
Portainer
Manage the Docker environment where Portainer is running. Ensure that you have started the Portainer container with the following Docker flag: -v "/var/run/docker.sock:/var/run/docker.sock" (Linux). or -v \\.\pipe\docker_engine:\\.\pipe\docker_engine (Win...
viele-container-ein-netcup-root-server-eine-ipv4
https://blog.berrnd.de/proxmox-viele-container-ein-netcup-root-server-eine-ipv4
traefik
https://github.com/StefanScherer/dockerfiles-windows/tree/main/traefik
expand ext4 partition
It is very ease to expand ext4 partition with growpart. Backup current partition table sfdisk -d /dev/sdb > sdb_partition_bak.dmp Execute dry-run to see what will be changed. If you don't have this tool. Run apt-get install cloud-utils growpa...
scp
Enable SSH client (CLI method). Check if SSH client service is enabled. Will return 'False' if 'Disabled'. esxcli network firewall ruleset list --ruleset-id sshClient Then enable SSH client. esxcli network firewall ruleset set --ruleset-id sshClient --enab...
Remotemanagement
Remote Management aktivierenDer Core Server lässt sich über eine Arbeitsstation oder einen anderen Server Remote verwalten. Um auf dem entfernten Server Cmdlets ausführen zu können, muss folgendes vorbereitet werden.Die Arbeitsstation/Server bereiten wir wie f...
Firewall
Windows Firewall offers three firewall profiles: Domain profile: applies to networks where the host system can authenticate to a domain controller. Private profile: a user-assigned profile and is used to designate private or home networks. Public profile:...
Firewall - 2
There are actually a whole series of groups that you need to look at for remote administration, depending upon what you want to remotely manage. The name of the firewall group is Windows Firewall Remote Management. You can find the names of the individual rul...
Running Docker Windows and Linux Containers Simultaneously
Running Docker Windows and Linux Containers Simultaneously | Developer Support (microsoft.com)Let’s Get StartedWith Docker for Windows started and Windows containers selected, you can now run either Windows or Linux Containers simultaneously. The new –platform...
Windows Server
Zum Installieren von Docker unter Windows Server können Sie ein OneGet-Anbieter-PowerShell-Modul verwenden, das von Microsoft veröffentlicht wurde und den Namen DockerMicrosoftProvider trägt. Dieser Anbieter aktiviert das Containerfeature in Windows und instal...
IIS - Default
Dockerfile FROM mcr.microsoft.com/windows/servercore/iisRUN powershell -NoProfile -Command Remove-Item -Recurse C:\inetpub\wwwroot\*RUN powershell Remove-WebSite -Name 'Default Web Site'RUN powershell Import-Module WebAdministration;New-Item –Path IIS:\AppPoo...