Skip to content

Instantly share code, notes, and snippets.

@VVispy
VVispy / Revanced Obtainium Guide.md
Last active June 30, 2025 17:28
Revanced Obtainium Guide

Install Updatable ReVanced Apps ReVanced LogoObtainium Logo

This guide will teach you how to use Obtainium to install and update Revanced apps. The apps are prepatched and prebuilt on ReVanced Magisk Module. A new version of the included apps is created every time a new revanced patch releases. APKMirror is used to source the APKs, using the latest or recommeded version by Revanced.

Note

You must uninstall any previously installed ReVanced apps if it shows a conflict error when updating to the Obtainium version for the first time.

Официальный сайт проекта ReVanced. Это единственный официальный сайт, не ведитесь на подделки. Для работы non-root версии необходимо установить microG - GmsCore / YT-Advanced / MicroG-RE.

При первом запуске ReVanced разрешить работу в фоне microG. Для работы microG необходимо установленное официальное приложение YouTube/YouTube Music (их можно отключить).

Сборка Revanced

@dkorobtsov
dkorobtsov / Add_WindowsDefender_Exclusions.ps1
Last active March 7, 2025 20:53
PowerShell script to add Windows Defender exclusions for WSL2 and JetBrains IDE performance issues
# PowerShell script to add Windows Defender exclusions for WSL2 and JetBrains IDE performance issues
#
# For context please read this thread:
# https://github.com/microsoft/WSL/issues/8995
#
# How to use?
# - Save the Script: Open a text editor like Notepad and paste the PowerShell script into it.
# - Save the file with a .ps1 extension, for example, Add_WindowsDefender_Exclusions.ps1.
# - Run PowerShell as Administrator: Search for "PowerShell" in the Start menu, right-click on it, and choose "Run as administrator".
# - Navigate to the Script's Location: Use the cd command to navigate to the directory where you saved the .ps1 file.
@MartinEesmaa
MartinEesmaa / youtube_formats.md
Last active July 6, 2025 09:34 — forked from AgentOak/youtube_formats.md
Youtube Format IDs

Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.

See the credits and also special thanks in below.

Last updated: 30 June 2025

Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22). Depending on the age and/or popularity of the video, not all formats will be available.

DASH video

@krcm0209
krcm0209 / README.md
Last active June 26, 2025 21:32
Using AdGuard DNS over HTTPS (DoH) on Windows 11

Why

You may want to use AdGuard's DNS over HTTPS[^2] service if you

  1. Want to make it harder for your ISP to know what websites you are requesting
  2. Want to block most traditional ads from your web browsing experience across your entire PC

Setup instructions

  1. Open PowerShell
@hyrious
hyrious / restore-desktop-ini.md
Last active May 24, 2025 13:50
restore desktop.ini if some guy messed them up

Take %UserProfile%\Desktop\desktop.ini for example.

  1. Create a desktop.ini file with content below and saved in UTF-16 LE with BOM. Hopefully notepad.exe has such choice to use the right encoding.
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21769
IconResource=%SystemRoot%\system32\imageres.dll,-183
@ntamvl
ntamvl / disk-speed-test-read-write-hdd-ssd-perfomance-linux.md
Created May 4, 2018 08:25
Disk Speed Test (Read/Write): HDD, SSD Performance in Linux

Disk Speed Test (Read/Write): HDD, SSD Performance in Linux

From this article you’ll learn how to measure an input/output performance of a file system on such devices as HDD, SSD, USB Flash Drive etc.

I’ll show how to test the read/write speed of a disk from the Linux command line using dd command.

I’ll also show how to install and use hdparm utility for measuring read speed of a disk on Linux Mint, Ubuntu, Debian, CentOS, RHEL.

Take the average result: To get the accurate read/write speed, you should repeat the below tests several times (usually 3-5) and take the average result.

@atenni
atenni / README.md
Last active May 5, 2025 08:06
How to permalink to a gist's raw file

Problem: When linking to the raw version of a gist, the link changes with each revision.

Solution:

To return the first file from a gist: https://gist.github.com/[gist_user]/[gist_id]/raw/

To get a file from multi–file gist: https://gist.github.com/[gist_user]/[gist_id]/raw/[file_name]