by hegars | Jun 20, 2018 | Linux, Script
by hegars | Jun 20, 2018 | Linux, Script
perl -E 'say "F1AA" x 262144' | xxd -r -p - F1AA.bin hexdump F1AA.bin (-v to look at the entire file) 0000000 aaf1 aaf1 aaf1 aaf1 aaf1 aaf1 aaf1 aaf1 *...
by hegars | Jun 18, 2018 | Linux, Script
#!/bin/bash #dvblast -a 2 -f 177500000 -c ch7.cfg -m QAM_64 -b 7 -e #$1 is the adaptor #$2 is the channel case $2 in ch2) freq=226500000 modu=QAM_64 ;; ch7) freq=177500000 modu=QAM_64 ;; ch9) freq=191625000 modu=QAM_64 ;; ch10) freq=219500000 modu=QAM_64 ;; ch28)...
by hegars | Jun 14, 2018 | Script
GENERATE NEW KEY PAIR This creates two files, A Private key (id_rsa) and Public Key (id_rsa.pub), back both up and keep secure $ ssh-keygen -t rsa -C “[email protected]” ENABLE ACCESS TO EXISTING SERVER Create New User Create a user on the server #...
by hegars | Jun 14, 2018 | Network
it needs multicast to find the ll route https://www.iana.org/assignments/ipv6-multicast-addresses/ipv6-multicast-addresses.xhtml