Comprehensive Rust : Tools And Workflow

0
Comprehensive Rust is an open-source, multi-day Rust programming course developed by Google’s Android team. It provides an in-depth exploration of Rust, covering foundational concepts...

Deno : The Next Generation JavaScript Runtime For Modern Web Development

0
Deno is a modern runtime for JavaScript, TypeScript, and WebAssembly, designed to address some of the limitations of Node.js. Created by Ryan Dahl, the...

Tokio : Unleashing Asynchronous Power In Rust For Network Applications

0
Tokio is a high-performance, asynchronous runtime designed for the Rust programming language. It provides the essential building blocks for creating reliable, scalable, and efficient...

Learn Rust, One Exercise At A Time

0
You've heard about Rust, but you never had the chance to try it out?This course is for you! You'll learn Rust by solving 100 exercises.You'll...

ECS Logs Collector – Essential Tool For Amazon ECS Troubleshooting

0
This project was created to collect Amazon ECS log files and Operating System log files for troubleshooting Amazon ECS customer support cases. The following functions are supported: Collect...

Gaffer Doc – A Comprehensive Guide To Building And Managing Documentation

0
Essential guide to mastering the documentation process for Gaffer. This article outlines step-by-step instructions on building and managing the latest Gaffer documentation using MkDocs...

Gaffer Docker – Running Gaffer On Docker And Kubernetes

0
This repo contains the code needed to run Gaffer using Docker or Kubernetes. There are two main sub-folders, 'docker' and 'kubernetes' which contain the...

Adding A Hardware Profile : A Step-by-Step Tutorial For System Configuration

0
If you need to add new hardware you have to follow the following process: Create a hardware profile {name}.yaml file and name it as you...

AWS CDK – Cloud Development Kit

0
AWS CDK uses the familiarity and expressive power of programming languages for modeling your applications. It provides high-level components called constructs that preconfigure cloud resources...

Deployment Instructions – Setting Up The PinguCrew Project With Docker, Python, And Node.js

0
At the moment the default configuration when the run_server butler command uses docker containers to run the MongoDB, rabbit-mq and minio services. It is mandatory to...
cp command

cp Command: Copy Files and Directories in Linux

0
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether making a backup, organizing a project, or moving content, cp allows...
image osint

Image OSINT

0
Introduction In digital investigations, images often hold more information than meets the eye. With the right tools and techniques, analysts can uncover hidden metadata, find...
cat Command

cat Command: Read and Combine File Contents in Linux

0
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging file contents directly from the Linux terminal. Whether you're...
ports in networking

Port In Networking

0
What is a Port? A port in networking acts like a gateway that directs data to the right program on a device. An IP address...
ls command

ls Command: List Directory Contents in Linux

0
The ls command is fundamental for anyone working with Linux. It’s used to display the files and directories in your current location, helping you stay organized...