Skip to content

Instantly share code, notes, and snippets.

View Quinncuatro's full-sized avatar
https://HenryNeeds.Coffee

Henry Quinn Quinncuatro

https://HenryNeeds.Coffee
View GitHub Profile
# Prevent Trackers and Malwares
https://raw.githubusercontent.com/DRSDavidSoft/additional-hosts/master/domains/blacklist/adservers-and-trackers.txt
https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt
https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt
https://raw.githubusercontent.com/notracking/hosts-blocklists/master/hostnames.txt
https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
https://gitlab.com/my-privacy-dns/matrix/matrix/-/raw/master/source/tracking/domains.list
https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardApps.txt
https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileAds.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/StreamingAds/hosts
@Quinncuatro
Quinncuatro / SolanaToolchainInstaller.sh
Last active November 8, 2023 16:21
Shell Script to Install Node/Rust/Solana/Anchor/Metaplex/VS Code for Solana Web Development
#!/bin/bash
# Known working on a vanilla Ubuntu 20.04 install
# as of November 12 2021.
# Usage:
# $ sudo chmod +x ./SolanaToolchainInstaller.sh
# $ ./SolanaToolchainInstaller.sh
TIMESRUN=0
@Quinncuatro
Quinncuatro / SLAter.sql
Created August 3, 2018 13:40
SLAter Database Information
--
-- MySQL 5.5.52
-- Fri, 03 Aug 2018 13:39:46 +0000
--
CREATE DATABASE `slater` DEFAULT CHARSET latin1;
USE `slater`;
CREATE TABLE `ticket_log` (