Skip to content

Instantly share code, notes, and snippets.

View isti03's full-sized avatar

Elges István isti03

  • Hungary
View GitHub Profile

Installation

Use your package manager to install it The package is probably named obs-studio

Extensions

Remote control

You can use the obs-websocket extension to remotely control the behavior of OBS Studio through the network. It is available in the AUR for Arch Linux. You most probably have to install it from github on other distros.

@isti03
isti03 / adb-linux.md
Last active April 26, 2024 21:27
Install ADB (Android Debug Bridge) on Linux and useful snippets

Getting ADB (Android Debug Bridge) working on linux can be a bit harder than on other operating systems. This guide aims to help with that.

Installation

1. Install the adb package

Just use your package manager

2. Add yourself to the plugdev group

@isti03
isti03 / Pacman-tools.md
Last active May 10, 2023 08:58
Useful pacman tools for Arch Linux

Important: Read the wiki and man pages, before using these tools

Tools

  • reflector: rank mirrors and generate pacman mirrorlist
  • downgrade: switch to previous versions of programs
  • paccache: clean pacman cache (part of pacman package)
  • informant: forces reading the Arch News before updating
  • pkgfile: check which package contains a command
  • pactree: display program dependencies in a tree