Skip to content

Instantly share code, notes, and snippets.

View AlekEagle's full-sized avatar
:shipit:
Private Messaging for GitHub When?

Alek Evans AlekEagle

:shipit:
Private Messaging for GitHub When?
View GitHub Profile

Getting Started

What is a Root Certificate Authority?

A vast majority of the traffic on the internet is served in a secure way using certificates to both encrypt what we send over the internet, as well as verify the identity of a website. Nearly every website you visit on the internet has its own certificate that tells you that the website you are visiting is the real deal, and is not being impersonated. But just having a certificate for a website only goes so far, because anyone can create a certificate saying "I am this website!" Which is why we have Root Certificate Authorities, a special set of certificates that are used to sign certificates saying "This certificate that claims to be this website can be trusted in its claims." It's like a permission slip from a parent, the child can say you gave permission to go on the field trip, but without a signature from a trusted authority (the parents) it shouldn't be inherently trusted.

Why does this matter?

The server running the email services for A

Good evening! This is CALLSIGN, Net Control for the Delta Junction ARES Net. My name is NAME.

This is a roll call net, which meets every Thursday evening on the 147.030 repeater at 7 PM Local Alaska Time. The purpose of the net is to establish and maintain a local Amateur Radio Emergency Services net, handle emergency phone patching, and 3rd party message traffic for the Delta Junction, Alaska area. All stations are requested to remain on frequency until the net has been closed. A secondary roll call will be held on the simplex frequency 146.520 with those who checked in tonight on this current roll call.


Is there any emergency traffic, call now.

Any short-term stations that need to be in and out, call now.

Using an SDR on Linux

Introduction

This is a quick guide to getting started with an SDR on Linux. It is not intended to be a comprehensive guide to SDRs or Linux, but rather a quick start guide to get you up and running as quickly as possible.

Getting Started

@AlekEagle
AlekEagle / DAD_BOT_PP.md
Created April 18, 2022 19:47
Dad Bot Privacy Policy

Dad Bot Privacy Policy

Message data is not stored for any reason. If you have any questions please ask us in the support server.

Wiki Game

Majer

16 steps

  • Majer
  • Surname
  • Personal Name
  • Onomastics
explorer "\\.\globalroot\device\condrv\kernelconnect"
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 5 2600 Six-Core Processor
CPU Family: 0x17
#!/bin/bash
user="${SUDO_USER:-$(whoami)}"
command -v dmenu > /dev/null 2>&1
if [ $? == 1 ]
then
echo "The command dmenu was not found please install it using \"sudo apt install dmenu\""
exit 1
else
drive="/dev/$(lsblk -o NAME,MOUNTPOINT | awk '{if(NR>1)print}' | sed '/\(loop\|\/$\)/d' | sed '/\//!d' | cut -c 7- | dmenu -l 35 | awk '{print $1;}')"
if [ $drive == "/dev/" ]
//the npm packages read-chunk and file-type are required
const fs = require('fs');
const readChunk = require('read-chunk');
const fileType = require('file-type');
const homeDir = require('os').userInfo().homedir;
if (!fs.existsSync(`${homeDir}/CachedFiles/`)) fs.mkdirSync(`${homeDir}/CachedFiles/`)
while (true) {
try {
fs.readdirSync(`${homeDir}/.config/discord/Cache`).forEach(e => {