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 PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
diff --git a/debian/patches/2002_privacy.patch b/debian/patches/2002_privacy.patch | |
index a2725ba47..6d4f78ac5 100644 | |
- --- a/debian/patches/2002_privacy.patch | |
+++ b/debian/patches/2002_privacy.patch | |
@@ -6,7 +6,7 @@ Last-Update: 2022-07-31 | |
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ | |
--- a/README.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
M70Q specs: | |
Tiny. | |
Core i5 11400T / 1.3 GHz. | |
RAM 16 GB. | |
SSD 256 GB. | |
TCG Opal Encryption 2, NVMe, TLC. | |
UHD Graphics 730. | |
GigE. | |
WLAN: Bluetooth 5.0, 802.11a/b/g/n/ac/ax. |
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/perl -w | |
use strict; | |
my $keyfile = <STDIN>; | |
my $separator = <STDIN>; | |
my @key; | |
{ | |
local $/ = "\n\n"; | |
@key = <STDIN>; |
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
router id 206.81.80.184; | |
protocol kernel { | |
scan time 60; | |
import none; | |
# export all; # Actually insert routes into the kernel routing table | |
} | |
protocol device { |
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
router id 206.81.80.184; | |
protocol kernel { | |
scan time 60; | |
import none; | |
# export all; # Actually insert routes into the kernel routing table | |
} | |
protocol device { | |
scan time 60; |
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
router id 206.81.80.184; | |
protocol kernel { | |
scan time 60; | |
import none; | |
# export all; # Actually insert routes into the kernel routing table | |
} | |
protocol device { | |
scan time 60; |
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
cjac@edge:/etc$ sudo tcpdump -s0 -n -i any host fe80::5054:ff:fe32:3c08 and host ff02::2 | |
[sudo] password for cjac: | |
tcpdump: data link type LINUX_SLL2 | |
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode | |
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes | |
cjac@moon:~/notes/six$ sudo tcpdump -s0 -n -i any host fe80::5054:ff:fe32:3c08 and host ff02::2 | |
[sudo] password for cjac: | |
tcpdump: data link type LINUX_SLL2 | |
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode |
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
NAME READY STATUS RESTARTS AGE | |
csi-cephfsplugin-2ln4z 3/3 Running 0 8m37s | |
csi-cephfsplugin-cg7wh 3/3 Running 0 8m37s | |
csi-cephfsplugin-p49nl 3/3 Running 0 8m37s | |
csi-cephfsplugin-ph6ck 3/3 Running 0 8m37s | |
csi-cephfsplugin-provisioner-8658f67749-dtwtd 6/6 Running 0 8m37s | |
csi-cephfsplugin-provisioner-8658f67749-ndrfc 6/6 Running 0 8m37s | |
csi-cephfsplugin-z6wgz 3/3 Running 0 8m37s | |
csi-cephfsplugin-zm9gd 3/3 Running 0 8m37s | |
csi-rbdplugin-77bg5 3/3 Running 0 8m38s |
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
cjac@cloop:~$ sudo ethtool -m ens3f0 | |
Identifier : 0x03 (SFP) | |
Extended identifier : 0x04 (GBIC/SFP defined by 2-wire interface ID) | |
Connector : 0x07 (LC) | |
Transceiver codes : 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 | |
Transceiver type : 10G Ethernet: 10G Base-SR | |
Encoding : 0x06 (64B/66B) | |
BR, Nominal : 10300MBd | |
Rate identifier : 0x00 (unspecified) | |
Length (SMF,km) : 0km |
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
cjac@sh0:~/ansible$ cat apt-upgrade.yml ; ansible-playbook apt-upgrade.yml | |
--- | |
- hosts: all | |
tasks: | |
- apt: | |
name: * | |
upgrade: dist | |
update_cache: True | |
ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each: |