Advanced Search
Search Results
13 total results found
CTU-13 Dataset
Machine Specifications OS : Ubuntu 22.04.5 LTS (Jammy Jellyfish) CPU : GOLD 6354 * 2 MEMORY : 512GB RAM STORAGE : 3.84TB S4510 * 1 ( RAID 0 ) RAID : PM8222-SHBA * 1 GPU : NVIDIA A30 * 1 CTU-13 DATASET Official Source - New dataset, CTU-13-Extended,...
CTU-13 Dataset Preprocessing
Source : New dataset, CTU-13-Extended, now includes pcap files of normal traffic — Stratosphere IPS Contents of Dataset File : CTU-Malware-Capture-Botnet-42 CTU-Malware-Capture-Botnet-43 CTU-Malware-Capture-Botnet-44 CTU-Malware-Capture-Botnet-45 CTU-M...
New Page
Docker Swarm Configuration for InkBlink
Requirements Tailscale Download (MAC/PC) Download | Tailscale Docker Swarm (PC) Windows | Docker Docs Initializing Docker Swarm for Inkblink All machines that run Inkblink must be in the same Tailscale network. WINDOWS : If docker swar...
NODOCKER Environment for Inkblink
Requirements Kafka (Apache) Kafka Binaries Download Install Kafka Using Homebrew # Install Homebrew (if you already have homebrew, skip this step /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ...
history
r.jpg
Fundamentals
Processes vs Threads Main : Processes are executed by threads Memory Stack Stack allocation called by function Each function gets its own memory for local variables Freed immediately when function ends Too many function calls exceed stack capacity -> ...
C++ Concepts
Resource Acquisition Is Initialization RAII is a design pattern where resource lifetime is bound to object lifetime. When the object is created, it acquires the resource. When the object is destroyed, it releases the resource automatically via the destructo...
C Concepts
Homelab Milestone
Homelab v0: Local Docker Stack Goal Learn Dev Ops practices, manage a homelab. Creative learning environment Services Homepage: dashboard Uptime Kuma: monitoring Portainer: Docker management Network localhost : may upgrade to local network later Commands Sta...
Testing Scripts
diskcheck.sh diskcheck.sh is used to run short SMART health tests against multiple disks on a Linux server. This script appears to have been written for server disk validation, hardware checking, or pre-deployment testing. It automates the process of starting ...
spec-list-old.sh
record_specs.sh Purpose Used to collect and record server hardware specifications. Script Description The script collects hardware information from several system tools and formats the result into one inventory line. It records: Server product name Delivery de...