This file contains 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
[Resolve] | |
DNS=2606:4700:4700::1001#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 1.1.1.1#cloudflare-dns.com | |
DNSOverTLS=yes | |
DNSSEC=true | |
MulticastDNS=yes | |
ResolveUnicastSingleLabel=no |
This file contains 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
VerifyHostKeyDNS=yes | |
Host github.com | |
PKCS11Provider /usr/lib64/pkcs11/libtpm2_pkcs11.so | |
PasswordAuthentication no | |
AddKeysToAgent yes | |
ControlPersist 10 | |
Host codeberg.org | |
PKCS11Provider /usr/lib64/pkcs11/libtpm2_pkcs11.so | |
PasswordAuthentication no | |
AddKeysToAgent yes |
This file contains 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
ffplay -fflags nobuffer /dev/video0 |
This file contains 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
# cp this to /etc/systemd/resolved.conf.d/ | |
[Resolve] | |
DNS=94.140.14.49#your-private-dns-name.d.adguard-dns.com 2a10:50c0::ded:ff#your-private-dns-name.d.adguard-dns.com | |
DNSOverTLS=yes | |
DNSSEC=allow-downgrade | |
FallbackDNS=1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com | |
MulticastDNS=yes |
This file contains 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
class NumberCollection { | |
#numbers; | |
constructor(numbers) { | |
if ( | |
!Array.isArray(numbers) || | |
!numbers.every((str) => typeof str === "number") | |
) { | |
throw new Error( | |
"NumberCollection should be initialized with an array of numbers" |
This file contains 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: systemctl | |
Pin: release * | |
Pin-Priority: -1 | |
Package: systemd | |
Pin: release * | |
Pin-Priority: -1 | |
Package: udisks2 | |
Pin: release * |