unix cheatsheet Posted by By sunny.bak September 17, 2025Posted inSOFTWARE To add $USER to a group usermod -g <group_name> $USER newgrp <group_name>
Rust Project Initiation Posted by By sunny.bak December 29, 2021Posted inRANDOM, Rust, SOFTWARE This is my rust installation cheatsheet create a new rust file, compile, and run executablecreate a rust project using Cargo, compile, check and run executable RUST file : manually you…