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/su root | |
| # https://uapi-group.org/specifications/specs/linux_tpm_pcr_registry/ | |
| # apt install --update clevis-initramfs clevis-tpm2 clevis-luks jq | |
| # On first time: | |
| # ./tpm-boot.sh setup | |
| # ./tpm-boot.sh enable | |
| # On kernel updates: |
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
| # | |
| # This file is located at: | |
| # | |
| # ${HOME}/.netbeans/21/etc/netbeans.conf | |
| # | |
| # --> My NetBeans configuration file <-- | |
| # | |
| # - Tested on NetBeans 21 with Java 21 | |
| # - Windows maximized at startup | |
| # - Global theme: Dark Metal |
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/python3 -u | |
| # -*- coding: utf-8 -*- | |
| # Author: José Ángel Pastrana Padilla | |
| # Email: japp0005@red.ujaen.es | |
| import base64, json, requests, string, sys, random, time | |
| from python_anticaptcha import AnticaptchaClient, ImageToTextTask | |
| from io import BytesIO | |
| # https://telepizza-raffle-web.s3-eu-west-1.amazonaws.com/data.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
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # Author: José Ángel Pastrana Padilla | |
| # Email: japp0005@red.ujaen.es | |
| # More info: https://www.chollometro.com/ofertas/pizza-gratis-a-recoger-en-dominos-174528 | |
| import collections | |
| import json | |
| import random |
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 python | |
| # -*- coding: utf-8 -*- | |
| # Author: José Ángel Pastrana Padilla | |
| # Email: japp0005@red.ujaen.es | |
| import json | |
| import requests | |
| import string | |
| import sys | |
| import random |