Docs

Artificial Intelligence

Artificial Intelligence and related topics

Understanding Safetensors

A brief overview of Safetensors, a secure file format designed to avoid security risks during deserialisation.

Million Instructions Per Second (MIPS)

About the measure of computational performance to indicate how many machine instructions a processor can execute in one second.

Floating Point Operations Per Second (FLOPS)

About the commonly used benchmark for measuring computational performance.

Read More

Containers

Containers and related topics

Linux

Linux topics

Automatically Launch Applications at Startup on Linux Using Desktop Entries

A step-by-step guide on how to configure your Linux system to automatically launch applications like Firefox, VS Code, and Terminal upon login by creating simple `.desktop` files.

How to Install Fonts on RHEL via the Command Line

A step-by-step guide on installing fonts for a single user or system-wide on Red Hat Enterprise Linux (RHEL) and other RPM-based systems using the command line.

How to Generate Secure Random Passwords from the Linux CLI

A step-by-step guide to creating secure, random alphanumeric passwords with special characters directly from the Linux command line using /dev/urandom, tr, and head.

Read More