Windows

Alacritty for Windows

To install Alacritty on Windows, you can use Chocolatey or download pre-built binaries from the GitHub releases page. Chocolatey is a package manager for Windows, and the pre-built binaries are directly downloadable from GitHub.
 

Using Chocolatey:


 - Install Chocolatey: If you don't have it, install Chocolatey first.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))


 - Install Alacritty: Open PowerShell as administrator and run the command

choco install alacritty


 - Configure: The default configuration file is located at

%APPDATA%\\alacritty\\alacritty.yml. (or alacritty.toml)



Using Pre-built Binaries:


  1. Download:

    Download the pre-built Alacritty binaries (Alacritty.exe and winpty-agent.exe) from the GitHub releases page.
  2. Extract:
    Extract the downloaded ZIP file to a directory of your choice (e.g., C:\Program Files).
  3. Add to PATH (Optional):
    If you want to be able to run Alacritty from the command line, add the directory where you extracted the binaries to your system's PATH environment variable.
4. Configure:
The default configuration file is located at %APPDATA%\alacritty\alacritty.yml. (or alacritty.toml)


Category: Windows | Comments: 0

Arch Linux на WSL

Введи команду для активації WSL:

wsl --install

Після перезавантаження встанови Arch Linux:

wsl --install -d archlinux

Базове налаштування Arch у WSL

Онови пакетну базу:

pacman-key --init
pacman-key --populate archlinux
pacman -Syu --noconfirm

Встанови базові пакети:

pacman -S --noconfirm base base-devel vim sudo

Додавання користувача

Створи нового користувача:

useradd -m -G wheel -s /bin/bash ім'я_користувача
passwd ім'я_користувача

Додай користувача до sudoers:

EDITOR=vim visudo

Розкоментуй рядок:

%wheel ALL=(ALL:ALL) ALL

Встанови дефолтного користувача для WSL:

echo "[user]
default=ім'я_користувача" > /etc/wsl.conf

Завершення

Вийди з root:

exit

Перезапусти WSL:

wsl --shutdown

Наступного запуску Arch відкриється з твоїм користувачем.

Category: Windows | Comments: 0

Вхід в Windows 11 без облікового запису Microsoft

Натисніть комбінацію клавіш Shift+F10 (в деяких ноутбуках Shift+Fn+F10), щоб запустити командний рядок.

В командному рядку введіть команду OOBE\BYPASSNRO і натисніть Enter. Після цього ноутбук перезавантажиться.

Category: Windows | Comments: 0

About

Customize this section to tell your visitors a little bit about your publication, writers, content, or something else entirely. Totally up to you.