loadkeys uk
setfont ter-118n$ gpg --expert --full-generate-key- Select
(9) ECC (sign and encrypt)to use an elliptic curve with digital signing & encryption capabilities. - Select
(1) Curve 25519to use the recommended curve. - Enter an expiry date 5 years from now (e.g.,
2028-01-01). - Enter your name & email address. This is public and CANNOT be changed later.
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/sh | |
| # Created by viral32111 (https://viral32111.com) in May 2022. | |
| # This is free and unencumbered software released into the public domain. | |
| # For more information, please refer to http://unlicense.org. | |
| # This script is for compressing, encrypting and uploading huge amounts of data to Backblaze's Cloud infrastructure. | |
| # To use it, generate keys and configure the parameters below, then run './recovery.sh upload' to begin uploading files. | |
| # To later redownload your files, ensure the same keys are present then run './recovery.sh download' to begin downloading. |
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
| To whom it may concern, | |
| I am hereby requesting immediate erasure of personal data concerning me according to Article 17 GDPR. | |
| Please erase all data concerning me as defined by Article 4(1) GDPR. | |
| I am of the opinion that the requirements set forth in Article 17(1) GDPR are fulfilled. You cannot claim an exception based on Article 17(3) GDPR either, particularly as I am not a public figure. | |
| If I have given consent to the processing of my personal data (e.g. according to Article 6(1) or Article 9(2) GDPR), I am hereby withdrawing said consent for the entire process. | |
| In addition, I am objecting to the processing of personal data concerning me (which includes profiling), according to Article 21 GDPR. I request that you restrict the processing of the data concerning me pending the verification whether your legitimate grounds override mine, pursuant to Art. 18(1)(d) GDPR. |
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
| # Slightly modified version of github.com/mbentley/Dockerfile.nanorc | |
| # Syntax highlighting for Dockerfiles | |
| syntax "Dockerfile" "[D|d]ockerfile[^/]*$" | |
| # Instructions | |
| icolor red "^(FROM|MAINTAINER|RUN|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ONBUILD|ARG|STOPSIGNAL)[[:space:]]" | |
| # Brackets | |
| color brightgreen "(\(|\)|\[|\])" |
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
| hook.Add("PopulatePropMenu", "SciFiPropsMegapackSpawnlist", function() | |
| local propList = { | |
| -- Furniture | |
| {type = "header", text = "Furniture"}, | |
| {type = "model", model = "models/lt_c/desk_officer.mdl"}, | |
| {type = "model", model = "models/lt_c/flagpole.mdl"}, | |
| {type = "model", model = "models/lt_c/holo_wall_unit.mdl"}, | |
| {type = "model", model = "models/lt_c/sci_fi/bed_bunk.mdl"}, | |
| {type = "model", model = "models/lt_c/sci_fi/am_container.mdl"}, | |
| {type = "model", model = "models/lt_c/sci_fi/box_crate.mdl"}, |
NewerOlder