Skip to content

Instantly share code, notes, and snippets.

View cjac's full-sized avatar

C.J. Collier cjac

View GitHub Profile
FROM node:21-alpine3.18
# set working directory
WORKDIR /llc-site
#add /app/node_modules/.bin to $PATH
ENV PATH ${WORKDIR}/node_modules/.bin:$PATH
# install app dependencies
cjac@edge:~$ ping 100.64.79.1
PING 100.64.79.1 (100.64.79.1) 56(84) bytes of data.
cjac@wanjet1:~$ sudo tcpdump -s0 -n -i ppp0 host 100.65.12.1
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on ppp0, link-type LINUX_SLL (Linux cooked v1), snapshot length 262144 bytes
01:18:32.810521 IP 100.65.12.1 > 100.64.79.1: ICMP echo request, id 22324, seq 14, length 64
01:18:33.810036 IP 100.65.12.1 > 100.64.79.1: ICMP echo request, id 22324, seq 15, length 64
01:18:34.834149 IP 100.65.12.1 > 100.64.79.1: ICMP echo request, id 22324, seq 16, length 64
bird> show protocols all WebPass__4__0
name proto table state since info
WebPass__4__0 BGP master up 11:40:19 Established
Preference: 100
Input filter: ACCEPT
Output filter: (unnamed)
Export limit: 20
Action: disable
Routes: 2 imported, 1 exported, 2 preferred
Route change stats: received rejected filtered ignored accepted
-----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
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.
#!/usr/bin/perl -w
use strict;
my $keyfile = <STDIN>;
my $separator = <STDIN>;
my @key;
{
local $/ = "\n\n";
@key = <STDIN>;
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 {
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;
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;
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