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
| // --- REDDIT COMMENT DELETER MACRO (OLD REDDIT) --- | |
| // Adjust the 'delayBetweenDeletes' value if you encounter "Too Many Requests" (Error 429). | |
| // A higher number is safer but slower. 1000ms (1 second) is often a good starting point. | |
| const delayBetweenDeletes = 1000; // Delay in milliseconds (1000ms = 1 second) | |
| let deleteCount = 0; | |
| function deleteComments() { | |
| const deleteLinks = document.querySelectorAll( | |
| 'a.togglebutton[data-event-action="delete"]', | |
| ); | |
| if (deleteLinks.length === 0) { |
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
| { | |
| "$schema": "https://aka.ms/winget-settings.schema.json", | |
| "telemetry": { | |
| "disable": true | |
| }, | |
| "logging": { | |
| "level": "error" | |
| }, | |
| "visual": { |
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
| prereqs: | |
| https://objects.githubusercontent.com/github-production-release-asset-2e65be/479547464/a0743799-6034-49ed-8cca-08aae5154eaa?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241208T151227Z&X-Amz-Expires=300&X-Amz-Signature=ad65f85144c83b48744bb48726f29e1f6fe5233b8c95f83c5a0aa240dd2cb572&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Drevanced-cli-4.6.0-all.jar&response-content-type=application%2Foctet-stream | |
| https://objects.githubusercontent.com/github-production-release-asset-2e65be/731390704/acc65c23-a060-4e6c-a978-08846e050942?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241208T145902Z&X-Amz-Expires=300&X-Amz-Signature=79334cdc3726921bab0ca3e6eef62f6ab73f862379f952d1ab1a917834168828&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dpatches-5.2.4-dev.3.rvp&response-content-ty |
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
| multipass launch -n testvm -mem --cpu 1 --disk 5G --memory 2G 22.04 --cloud-init ~/.config/cloud-init.yml -v | |
| ip_addr=$(multipass info testvm | awk '/IPv4/ {print $NF}') | |
| ssh "ubuntu@${ip_addr}" |
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 | |
| # shellcheck disable=SC2046,SC2155,SC2164 | |
| brew install doxygen pkgconfig sdl2 qt5 ffmpeg cmake openssl | |
| brew link --force openssl | |
| pkg-config --modversion openssl | |
| git clone --recursive https://github.com/citra-emu/citra-nightly.git | |
| cd citra-nightly/ | |
| git checkout d380980 |
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 | |
| # shellcheck disable=SC1091,SC2120,SC2317 | |
| # SOURCES | |
| # https://askubuntu.com/a/978750 | |
| # https://unixcop.com/enabling-exfat-support-on-ubuntu-22-04/ | |
| # https://askubuntu.com/a/51926 | |
| # https://wiki.archlinux.org/title/ClamAV | |
| # https://github.com/extremeshok/clamav-unofficial-sigs/blob/master/INSTALL.md |
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
| # Exploited PS4 Blocklist (https://gbatemp.net/threads/aio-ps4-exploit-guide.497858/) | |
| #[community.playstation.net] | |
| asm.np.community.playstation.net | |
| ps4.updptl.np.community.playstation.net | |
| ps4.updptl.sp-int.community.playstation.net | |
| ps4updptl.eu.np.community.playstation.net | |
| ps4updptl.jp.np.community.playstation.net | |
| ps4updptl.jp.sp-int.community.playstation.net | |
| ps4updptl.uk.np.community.playstation.net |
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
| # Exploited PS4 Blocklist (https://gbatemp.net/threads/aio-ps4-exploit-guide.497858/) | |
| #[community.playstation.net] | |
| asm.np.community.playstation.net | |
| ps4.updptl.np.community.playstation.net | |
| ps4.updptl.sp-int.community.playstation.net | |
| ps4updptl.eu.np.community.playstation.net | |
| ps4updptl.jp.np.community.playstation.net | |
| ps4updptl.jp.sp-int.community.playstation.net | |
| ps4updptl.uk.np.community.playstation.net |
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
| tqdm | |
| numpy==1.21 | |
| numexpr | |
| h5py==2.10.0 | |
| opencv-python==4.1.0.25 | |
| ffmpeg-python==0.1.17 | |
| scipy==1.5.0 | |
| colorama | |
| tensorflow-gpu<2.9 | |
| tf2onnx==1.9.3 |
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
| vmware: | |
| - | |
| name: 'VMware NSX for vSphere' | |
| serial: null | |
| url: | |
| - 'http://software.onthehub.com/shared/publisher/VMware/VMware-NSX-Manager-6.2.0-2986609.ova' | |
| - | |
| name: 'VMware vRealize Suite 7 Enterprise' | |
| serial: null | |
| url: |
NewerOlder