This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | |
| https://mirror1.malwaredomains.com/files/justdomains | |
| http://sysctl.org/cameleon/hosts | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt | |
| https://hosts-file.net/ad_servers.txt | |
| https://hosts-file.net/grm.txt | |
| https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts | |
| https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts | |
| https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import {DiskService, SnapshotService} from "yandex-cloud/api/compute/v1"; | |
| const FOLDER_ID = process.env.FOLDER_ID; | |
| export async function handler(event, context) { | |
| const snapshotService = new SnapshotService(); | |
| const diskService = new DiskService(); | |
| const diskList = await diskService.list({ | |
| folderId: FOLDER_ID, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| # Constants. These should not be tampered with. | |
| base = "https://www.epicgames.com" | |
| base_public_service = "https://account-public-service-prod03.ol.epicgames.com" | |
| launcher_token = "MzQ0NmNkNzI2OTRjNGE0NDg1ZDgxYjc3YWRiYjIxNDE6OTIwOWQ0YTVlMjVhNDU3ZmI5YjA3NDg5ZDMxM2I0MWE=" | |
| fortnite_token = "ZWM2ODRiOGM2ODdmNDc5ZmFkZWEzY2IyYWQ4M2Y1YzY6ZTFmMzFjMjExZjI4NDEzMTg2MjYyZDM3YTEzZmM4NGQ=" | |
| # Fill out. | |
| email = "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| username='apple-id@example.com' | |
| password='apple-id-no-password' | |
| authheader="Authorization: Basic $(echo -n "$username:$password" | base64)" | |
| url_initClient="https://fmipmobile.icloud.com/fmipservice/device/$username/initClient" | |
| url_playSound="https://fmipmobile.icloud.com/fmipservice/device/$username/playSound" | |
| # initClient | |
| curl -vXPOST "$url_initClient" -H "$authheader" > initClient.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Description: Releases for this script are available at: | |
| # https://gist.github.com/gorakhargosh/c3902d08a939995fb4af/ | |
| # | |
| # The above URL has a bit.ly link as: | |
| # http://bit.ly/bhojo-config | |
| # | |
| # The script is intended to be written and reviewed in the repository | |
| # but released as a gist at the abovementioned URL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # # # # # # # ##### ###### # # #### # # | |
| # # ## # # # # # # # ## # # # # # | |
| # # # # # # ## ##### ##### # # # # ###### | |
| # # # # # # ## # # # # # # # # # | |
| # # # ## # # # # # # # ## # # # # | |
| #### # # # # # ##### ###### # # #### # # | |
| Version 5.1.3 Based on the Byte Magazine Unix Benchmark | |
| Multi-CPU version Version 5 revisions by Ian Smith, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Disable / Enable Dashboard | |
| # Settings / Mission control / Dashboard (selector) - Off | |
| # or | |
| # completely disable: | |
| defaults write com.apple.dashboard mcx-disabled -boolean YES; killall Dock | |
| # enable again: | |
| #defaults write com.apple.dashboard mcx-disabled -boolean NO; killall Dock | |
| defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false | |
| defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.tb24.fn.network; | |
| import com.google.gson.JsonObject; | |
| import com.tb24.fn.model.account.*; | |
| import retrofit2.Call; | |
| import retrofit2.http.*; | |
| import java.util.List; | |
| import java.util.Map; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # disable SIP first | |
| set "$@" com.apple.AirPlayUIAgent AirPlayXPCHelper # AirPlay | |
| set "$@" com.apple.AirPortBaseStationAgent # AirPort Wifi | |
| set "$@" com.apple.AppleFileServer # File Sharing | |
| set "$@" com.apple.afpfs_checkafp com.apple.afpfs_afpLoad # AppleShare | |
| set "$@" com.apple.appleseed.seedusaged com.apple.appleseed.fbahelperd # Apple feedback | |
| set "$@" com.apple.AOSHeartbeat # AOS - Find My Mac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # First, we need to find our device. BEFORE inserting your USB drive, run the | |
| # following: | |
| diskutil list | |
| # This will output a bunch of info about all of the disk drives connected to | |
| # your Mac. Each entry will have a header in the form "/dev/diskX", where X is | |
| # some number starting at 0. Now, insert your USB drive and run the command | |
| # again. You should see a new entry. Make note of the name (ie, /dev/diskX). | |
| diskutil list |