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

115 total results found

enable IPv6 (Docker)

pihole

/etc/docker/daemon.json { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::100/64", } Console: $ ip -6 route add 2001:db8:1::/64 dev docker0 $ sysctl net.ipv6.conf.default.forwarding=1  sysctl net.ipv6.conf.all.forwarding=1 service docker stop service dock...

Quick and Dirty

Docker IOS

https://dev.to/ianito/how-to-emulate-ios-on-linux-with-docker-4gj3

Installation

Programmierung .Net Upgrade-Assistant

dotnet tool install -g --add-source 'https://api.nuget.org/v3/index.json' --ignore-failed-sources upgrade-assistant https://dotnet.microsoft.com/en-us/platform/upgrade-assistant/tutorial/install-upgrade-assistant    

.Net 6 - https

Programmierung Zertifikate

Problembehebung beim Starten mit https dotnet dev-certs https --clean dotnet dev-certs https --verbose dotnet dev-certs https --trust    

Switch

Docker Running Docker Windows and Linux Contai...

& $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon $ ./DockerCli.exe Usage: DockerCli.exe [-SwitchDaemon] [-Version] -Version: Show the Docker for Windows version information -SwitchDaemon: Point the Docker CLI to either Linux containers or Wind...

SSL certificate

GIT

You can disable SSL certificate validation locally in Git using the following command: $ git -c http.sslVerify=false clone [URL] You can also disable SSL certificate validation at a global level using the following command: $ git config --global http.sslV...

Datenbankfelder auflisten

Programmierung T-SQL

SELECT TABLE_CATALOG, TABLE_NAME, COLUMN_NAME, DATA_TYPEFROM INFORMATION_SCHEMA.COLUMNSORDER BY TABLE_NAME

install docker on ubuntu

Ubuntu Docker

sudo apt install docker.io docker-compose  

mount

Ubuntu

sudo blkid sudo nano /etc/fstab UUID=03ec5dd3-45c0-4f95-a363-61ff321a09ff /media/works ext4 defaults 0 0

Portforwarding

Windows Systems

Ein Portforwarding kann unter Windows mit Bordmitteln eingerichtet werden. Dieser Beitrag zeigt wie es geht. Ein Portforwarding kann unter Windows mit Bordmitteln schnell eingerichtet werden – auch wenn man immer wieder glaubt, auf fremde Tools zurückgreifen ...

Neue Seite

Windows Systems

The command syntax is as follows: netsh interface portproxy add v4tov4 listenaddress=localaddress listenport=localport connectaddress=destaddress connectport=destport where listenaddress –is a local IP address to listen for incoming connection (useful...

Update

Programmierung Blazor WASM

Um eine Blazor-Webassembly Anwendung zu aktualisieren  Im Unterordner die Datei öffnen und unter <script>navigator.serviceWorker.register('service-worker.js');</script> die folgende Zeile einfügen: <script>navigator.serviceWorker.register('version.j...

Befehle

Windows diskpart

1. Partition löschen Zuerst werde ich Ihnen zeigen, wie Sie eine Partition löschen. Die Schritte sind wie folgt. Öffnen Sie das Fenster von Diskpart. Geben Sie list disk (Der Befehl wird alle Festplatten auf Ihrem Computer auflisten) Dann sollten Sie den...

Multiplattform

Visual Studio Projekt - Konfiguration

Projektdatei ändern:     <PropertyGroup>        <OutputType>Exe</OutputType>        <TargetFrameworks>net6.0;net472</TargetFrameworks>        <LangVersion>10.0</LangVersion>        <ImplicitUsings>false</ImplicitUsings>        <Nullable>enable</Nullable>    <...

port 53 is already in use

pihole

Update: What to do if port 53 is already in use When the Port 53 is already in Use, you can check this with this command (ubuntu): Port 53 is being used at your host machine, that's why you can not bind 53 to host....

move docker directory

Docker Ubuntu

1. STOP THE DOCKER DAEMON sudo service docker stop 2. ADD A CONFIGURATION FILE TO TELL THE DOCKER DAEMON WHAT IS THE LOCATION OF THE DATA DIRECTORY Using your preferred text editor add a file named daemon.json under the directory /etc/docker. The file sho...

Dashboard - enable-skip-login

micro8ks - kubernetes Dashboard

 microk8s.kubectl edit deployment/kubernetes-dashboard --namespace=kube-system spec:      containers:      - args:        - --auto-generate-certificates        - --enable-skip-login        image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1"/tmp/kubectl-edit...

Dashboard - Remote Access

micro8ks - kubernetes Dashboard

  sudo crontab -e @reboot sleep 60 && /snap/bin/microk8s dashboard-proxy > /tmp/dashboard-start.txt  

Change kubectl editor

micro8ks - kubernetes Installation

sudo -H nano /etc/environment insert new line: KUBE_EDITOR="nano"  

Dashboard Get Token

micro8ks - kubernetes Dashboard

 sudo cat /var/snap/microk8s/current/credentials/client.config