Skip to content

Instantly share code, notes, and snippets.

View Petrprogs's full-sized avatar
💻
Python 3.13.1 >>>

Peter Petrprogs

💻
Python 3.13.1 >>>
  • 08:54 (UTC +03:00)
View GitHub Profile
@Petrprogs
Petrprogs / cheatsheet.md
Created April 23, 2025 22:07
Manjaro cheatsheet

Базовые команды в терминале

Управление пакетами (Pacman / Pamac)

Команда Описание
sudo pacman -Syy Обновить список пакетов
sudo pacman -Syu Полное обновление системы
sudo pacman -S имя_пакета Установить пакет
sudo pacman -R имя_пакета Удалить пакет
sudo pacman -Rs имя_пакета Удалить пакет с зависимостями
@Petrprogs
Petrprogs / manual.md
Created April 13, 2025 17:25
Casting screen from linux to any Android device
  1. Install the CastReceiver program on the Android device and run it. On TV without ChromeCast/Miracast support, it also works great.
  2. On Linux, via Chromium, enable projection via the "3-dots menu" - "Case, save and share" - "Cast". In the pop-up window, click on the "Sources" button to select the desired broadcast mode - projection of the tab in the browser or the entire screen. Choose our device, usually the name contains its model. Personally, On KDE, when I select the projection of the entire screen, a window pops up with a choice of what to project - a screen, a virtual screen, or an area.
  3. Have fun. The main thing is to have a high-speed LAN and hardware support for h264 on both devices, then everything will be fine.