Skip to content

Instantly share code, notes, and snippets.

View sviridoff's full-sized avatar
🐢

Alexander Sviridov sviridoff

🐢
View GitHub Profile
@sviridoff
sviridoff / setup-android-on-mac.md
Created January 13, 2022 09:57
Setup Android on mac

Setup Android on mac

Install brew.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Java.

@sviridoff
sviridoff / ubuntu-dnsmasq-adblock.md
Last active January 13, 2022 11:36
Ad-blocking with dnsmasq on Ubuntu

Ubuntu dnsmasq adblock

Ad-blocking with dnsmasq on Ubuntu configuration

Install dnsmasq:

sudo apt update
sudo apt install dnsmasq