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

168 total results found

T-SQL

Programmierung

Docker

Ubuntu

Systems

Windows

Blazor WASM

Programmierung

diskpart

Windows

Projekt - Konfiguration

Visual Studio

Ubuntu

Docker

Dashboard

micro8ks - kubernetes

kubectl config

micro8ks - kubernetes

microk8s - Registry

micro8ks - kubernetes

Cockpit on Ubuntu

Ubuntu

Installation

micro8ks - kubernetes

Uninstall

micro8ks - kubernetes

Systemd Journal Logs

Ubuntu

Installation

Visual Studio

microk8s - Commands

micro8ks - kubernetes

Bridge To Kubernetes

Programmierung

ntfs Support

Proxmox Festplatten

apt-get install ntfs-3g mount -t ntfs-3g /dev/sdb1 /mnt/disk1

pve-no-subscription

Proxmox System

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

Proxmox Festplatten

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

Docker Fehlerbehebungen

  net stop winnat container starten net start winnat

vmWare

Proxmox

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

Programmierung EntityFramework

http://bekenty.com/use-sqlite-in-net-core-3-with-entity-framework-core/

Installation

Programmierung EntityFramework

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

Proxmox

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

Powershell

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

Docker

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

Docker

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

Proxmox

  https://blog.berrnd.de/proxmox-viele-container-ein-netcup-root-server-eine-ipv4

traefik

Docker

  https://github.com/StefanScherer/dockerfiles-windows/tree/main/traefik  

expand ext4 partition

Proxmox Festplatten

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

ESXI

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

Windows 2019 Core

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 2019 Core

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

Windows 2019 Core

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

Docker Running Docker Windows and Linux Contai...

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

Docker Windows Server Core

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