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
// ==UserScript== | |
// @name Generic Focus Listeners Override | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @description Override feature switches on YouTube TV and style scrollbars with dark and transparent appearance | |
// @author You | |
// @match https://www.youtube.com/tv* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name YouTube TV Unlock + Feature Overrides with Custom Dark Scrollbars | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @description Override feature switches on YouTube TV and style scrollbars with dark and transparent appearance | |
// @author You | |
// @match https://www.youtube.com/tv* | |
// @grant none | |
// ==/UserScript== |
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 | |
# iBeacon Scan by Radius Networks, modified by Dmitrij Rysanow (https://gitlab.com/thecyberd3m0n) | |
# will detect all iBeacon devices around and measure respective RSSI. | |
# Requires Bluetooth. If not works, run sudo hciconfig hci0 down; sudo hciconfig hci0 up; | |
# https://stackoverflow.com/questions/21733228/can-raspberrypi-with-ble-dongle-detect-ibeacons/21790504#21790504 | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root" | |
exit | |
fi |
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://rentry.co/opredscare | |
+-------------------------------------------------------------------------------------+ | |
OBJECTIVE - To disable Russian and Belarusian infrastructure (banking, transportation, military, energy) | |
DO NOT TARGET HOSPITALS, EDUCATION, OR SOCIAL SERVICES | |
TARGETS : | |
Russia | |
- https://anonfiles.com/hcPfm8K5xe/gov.ru_domains_csv | |
- https://anonfiles.com/j4Pdm9K2x5/mil.ru_domains_csv |
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
alamid | |
email: [email protected] | |
account password: veryunsafepassword | |
repo password:064f734e7ae15812cd2d902c1523105c |
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
adb shell "while true; do screenrecord --output-format=h264 -; done" | ffplay -framerate 60 -probesize 32 -sync video - |
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
BEGIN:VCARD | |
VERSION:3.0 | |
UID:4a8a692f-f87b-4990-b8d3-3362f1e9665f | |
N:zignoruj.pl0 | |
FN:zignoruj.pl0 | |
TEL:+48857223129 | |
END:VCARD | |
BEGIN:VCARD | |
VERSION:3.0 | |
UID:bca4f522-9a8f-4be1-8068-98db8f3e8628 |
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
# build from Dockerfile | |
`docker build -t <machine_name> .` | |
# run built machine | |
`docker run -it <machine_name>` | |
-d - in background | |
-P - expose all ports to host | |
# list all machines |