Cargo
Cargo is the Rust package administrator. Cargo downloads your Rust packages' dependencies, compiles them, makes distributable packages, then uploads them to crates.io. This is the Rust community’s package registry. This book can be contributed to by anyone on GitHub. Install Cargo (and Rust), and create your first crate. You can interact with Cargo via its command-line interface by using the commands. A Rust-crate can be either a library, or an executable program. They are also known as binary crate and library crate. The term crate can refer to either the source code or the compiled artifact produced by the target. It could also refer to a compressed package that was downloaded from a registry. Your crates may depend on libraries from crates.io, other registries, repositories of git, or subdirectories in your local file system. Temporarily, you can override the dependency's location.
Learn more
Active@ Disk Image
Active@ Disk Image is a disk imaging software that creates an exact copy of any disk on your computer (HDD, SSD or USB, CD, DVD and Blu-ray, etc.). It saves it in a folder. These disk images can be used to backup, upgrade or duplicate disks. A backup image can be used to restore your computer system in the event of a computer failure. Create & Restore Disk Image Backup (occupied clusters only). Image Compression (Fast, Normal & High). Mounting images as virtual drives. Images can be both incremental and differential. RAID is supported. Rescue bootable media. Create and restore a raw disk image (sector-by-sector copy). Scheduled backups. Windows Servers are supported. Image Encrypting (AES-128, EES-192, and AES-256). Support for scripting. Notifications by email Cloud storage.
Learn more
Helm
Helm is a tool that helps you manage Kubernetes apps. Helm charts can help you create, modify, and upgrade any Kubernetes app. Charts are simple to create, modify, share, publish, and update. Charts can be used to describe complex apps, make it easy to install the application again and act as a single point for authority. With custom hooks and in-place upgrades, you can take the hassle out of updating. Charts can be easily authored, shared, and hosted on public or private servers. You can use helm rollback to easily roll back to an older release. Helm uses a packaging format called charts. A chart is a collection or files that describes a set of Kubernetes resource. One chart can be used to deploy a simple thing like a memcached container or a complex web app stack that includes HTTP servers, databases, caches and more.
Learn more
MSYS2
MSYS2 is a collection tools and libraries that provide an easy-to use environment for building, installing, and running native Windows software. It includes a command-line terminal called mintty, bash and version control systems such as git and subversion. Tools like tar, awk, and even build systems such as autotools. All of these are based on modified Cygwin. MSYS2's core components are based on Cygwin. However, the main purpose of MSYS2 was to provide a build environment that native Windows software can use. The Cygwin-using parts of MSYS2 are kept to a minimum. MSYS2 provides the latest native builds for GCC and mingw–w64, CPython CMake, Meson OpenSSL, FFmpeg Rust, Ruby, and CMake. Pacman is a package management system that makes it easy to install packages and keeps them updated. This should be familiar to Arch Linux users.
Learn more