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 go from knowing nothing about Rust to being able to start writing your own programs, one exercise at a time.
Go to rust-exercises.com and follow the instructions there to get started with the course.
rustup is already installed on your system, run rustup update (or another appropriate command depending on how you installed Rust on your system) to make sure you’re running on the latest stable version.rust-analyzer extension.You can find the solutions to the exercises in the solutions branch of this repository.
The type command in Linux shows how the current shell would interpret a name typed on the…
When a Linux system is slow or behaving unexpectedly, memory is one of the first…
The ip command is the standard network configuration tool on modern Linux systems. It is part of…
Every file and directory in Linux has an owner (a user) and a group. Together…
The command line does not have a Trash folder. When you delete a file from…
Systemd is the init system on most modern Linux distributions. A service file (also called…