Neue Seiten
Aus MattWiki
- 20:23, 16. Nov. 2024 Windows 11 Performance Tweaks (Versionen | bearbeiten) [1.050 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article collects different tweaks to improve Windows 11 performance without compromising it's features. == Visual Performance Settings == Right click on Windows Icon and then click: System → Extended Settings → Extended → Performance → Settings → Visual effects Disable following options: * Animation on minimizing and maximizing of windows * Animations on task bar * Window shadows * Mouse shadows * Menu items on click (DE: Menüelemente n…“) Markierung: Visuelle Bearbeitung
- 16:46, 10. Nov. 2024 Git Combine Two Repositories (Versionen | bearbeiten) [3.491 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to combine two Git repositories in a new repository while keeping histories of both of the repositories intact. == Prepare the New Repository == Create and initialize a new repository where you will combine both repositories.<syntaxhighlight lang="bash"> # Create a new directory and initialize a Git repository mkdir combined-repo cd combined-repo git init </syntaxhighlight> == Add First Repository (Repo 1) as a Remote and Pull…“) Markierung: Visuelle Bearbeitung
- 15:41, 4. Okt. 2024 Streuselkuchen (Versionen | bearbeiten) [1.665 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Zutaten Grundteig: 500g Mehl 1 Würfel Hefe 80g Zucker 220ml Milch (Lauwarm) 0,5 TL Salz 80g Butter 1 Ei Zutaten Streusel 100g Zucker 100g Butter (weich) 200g Dinkelmehl 1 Prise Zimt oder 1 Päckchen Vanillezucker Für ein Backblech Menge mal 1,7 (?)“)
- 17:08, 30. Aug. 2024 SAP HANA Express Docker Getting Started (Versionen | bearbeiten) [427 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to install SAP HANA Express XS Advanced on Debian 12 using Docker Container Engine according to: https://hub.docker.com/r/saplabs/hanaexpressxsa Prerequisite: Docker Container Engine (Debian) == Installation == Pull docker image first: docker pull saplabs/hanaexpressxsa Kategorie:SAP Kategorie:HANA“) Markierung: Visuelle Bearbeitung
- 14:14, 30. Aug. 2024 Docker Container Engine (Debian) (Versionen | bearbeiten) [1.577 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to install and use Docker Container Engine on Debian 12 (Bookworm) as of 2024-08-30. == Installation == Check out Docker docs at https://docs.docker.com/engine/install/debian/ for up-to-date instructions. Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL <nowiki>https://download.docker.com/linux/debian/gpg</nowiki> -o /etc/…“) Markierung: Visuelle Bearbeitung
- 19:56, 15. Aug. 2024 Development Containers (CAP) (Versionen | bearbeiten) [3.212 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Docker Desktop == == WSL2 / Windows Subsystem for Linux == For installation and management of WSL see Windows Subsystem For Linux (WSL) Kategorie:Development“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „Development Containers“