VPS Setup for Hosting This Hugo Site

System information: Debian GNU/Linux 12 (bookworm) Installing Oh My Zsh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 apt-get update # install ZSH # apt-get update apt install zsh -y zsh --version # Expected result: zsh 5.0.8 or more recent. # zsh 5.9 (x86_64-debian-linux-gnu) chsh -s $(which zsh) # set zsh as default shell # sudo chsh -s /bin/zsh <myUserName> # new session echo $SHELL # test # /usr/bin/zsh # install git apt install git -y git version # git version 2....

October 25, 2023 · 5 min · 985 words · fgh

Utility Traits in Rust

Chapter 13. Utility Traits

July 3, 2023 · 35 min · 7250 words · fgh

Operator Overloading in Rust

Chapter 12. Operator Overloading

June 20, 2023 · 17 min · 3567 words · fgh

Visa, J-1, J-2, EAD

June 14, 2023 · 17 min · 3521 words · fgh

Traits and Generics in Rust

Chapter 11. Traits and Generics

June 5, 2023 · 51 min · 10671 words · fgh