Skip to content

Instantly share code, notes, and snippets.

View Lerie82's full-sized avatar

Lerie Taylor Lerie82

View GitHub Profile
@Lerie82
Lerie82 / microsoft-dns-block.txt
Created April 9, 2024 03:35 — forked from VirtuBox/microsoft-dns-block.txt
Blocking Microsoft DNS hosts file
0.0.0.0 feedback.microsoft-hohm.com
0.0.0.0 search.msn.com
0.0.0.0 a.ads1.msn.com
0.0.0.0 a.ads2.msn.com
0.0.0.0 a.rad.msn.com
0.0.0.0 ac3.msn.com
0.0.0.0 ads.msn.com
0.0.0.0 ads1.msn.com
0.0.0.0 b.ads1.msn.com
0.0.0.0 b.rad.msn.com
@Lerie82
Lerie82 / ADBCheatSheet.md
Created January 4, 2023 03:08 — forked from HugoMatilla/ADBCheatSheet.md
ADB Cheat Sheet

CONFIG

Include adb and other android tools on your path

In Users/hugomatilla.bash_profile add export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/tools

My own adb location

cd /Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools
@Lerie82
Lerie82 / install-lamp.sh
Last active February 10, 2021 09:16 — forked from aamnah/lamp.sh
Bash script to install Apache, MySQL, PHP and PHPMyAdmin
#!/bin/bash
#######################################
# Bash script to install an AMP stack and PHPMyAdmin plus tweaks. For Debian based systems.
# Originally written by @AamnahAkram from http://aamnah.com
# 2019-2021: Updates and maintenance by Lerie Taylor https://www.lerietaylor.com/
# uninstall: https://gist.github.com/Lerie82/de06e0f5f03305c6d991c30599b7567e
#######################################
#COLORS
# Reset