# Twitch Plans - Labs with Scott (KillerCoda.com) - Linux Foundation Training - ISC2 certs - Security Blue Team eLearning - https://academy.tcm-sec.com/courses/?affcode=770707_rpgcmrcd - WireShark explore - Arch Kernel PlayG to finish set up (bug Watchdog) - Linux From Scratch book - Istio - Rust practice -> Aurae # Aurae : *Aurae deploys a memory-safe 1 runtime daemon, process manager, and PID-1 initialization system to remotely schedule processes, containers, and virtual machines as well as set node **configurations (e.g., like networking storage). ### Requirements: - jdk-openjdk (or spcV) - GCC - ProtoBUF : https://buf.build/docs/installation ```shell= git clone https://github.com/protocolbuffers/protobuf.git cd protobuf git submodule update --init --recursive ``` links: - https://protobuf.dev/ - https://github.com/protocolbuffers/protobuf/releases/tag/v25.2 - Go - RUST: rustup, cargo, crate.io checks - [dependencies] - anyhow - client - deno_ast v0.29.5; features ["transpiling"] - deno_core = "0.222.0" - deno_runtime = "0.129.0" - macros = { package = "auraescript_macros", path = "./macros" } - proto - tokio; features = ["fs", "rt-multi-thread"] #### Install packages ```shell= RUN apt-get update && \ RUN apt-get update && \ apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \ cmake \ curl \ curl \ make \ make \ musl-tools \ musl-tools \ ``` --- Need to clarify what's : protobuf protoc https://grpc.io/docs/protoc-installation/