Skip to main content

MSYS2 on Windows 10/11

MSYS2 (minimal system 2) is software distribution and a building platform for Windows. It provides a Unix-like environment, a command-line interface and a software repository making it easier to install, use, build and port software on Windows.

pacman -Syuu : Update

Installation

Option 1: Install MYS2 using winget

winget install MSYS2.MSYS2 -i

Option 2: Download and install

Download and install MSYS2 64-bit, which is about 77MB.

Change default text size from 9 to 11.

Run pacman -Syuu

Popular posts from this blog

Windows Event Log Settings

wevtutil set-log Application /ms:134217728 wevtutil set-log Security /ms:134217728 wevtutil set-log System /ms:134217728 wevtutil set-log Setup /ms:134217728 wevtutil set-log Application /rt:true /ab:true wevtutil set-log Security /rt:true /ab:true wevtutil set-log System /rt:true /ab:true wevtutil set-log Setup /rt:true /ab:true /ms: maximum size in bytes /rt: retention /ab: automatic backup

Cisco: Basic ASA v9.8

Review basics of Cisco ASA.