Set zsh to Linux default shell

Check current default shellecho $SHELLLinux default shell is usually /bin/bashInstall zshCentOS:yum -y install zsh # or #dnf -y install zsh yum -y install util-linux-userUbuntu:sudo apt install zshCon
Check current default shellecho $SHELLLinux default shell is usually /bin/bashInstall zshCentOS:yum -y install zsh # or #dnf -y install zsh yum -y install util-linux-userUbuntu:sudo apt install zshCon
A text editor on Linux, similar to Microsoft Word, Visual Studo Code on Windows, is a must-have application. Most of them are all GUI-based. However, this posts will introduce command line text editor
This post is about my experience applying for Canada VISA in the United States as a student.
Many students realized that their school Google Drive storage is no longer unlimited. For our school:Students:5GBFaculty, Staff, Student Workers:20GBIn fact, I noticed a post from Backblaze (A cloud s
This is a 10-day travel Vlog filmed in December 2022.
This post will introduce inheritance and polymorphism in C++.Inheritance General IdeaInheritance allows us to create new classes from already defined classesThis creates a Parent->Child relationshi
Makefiles are special format files that together with the make utility will help you to automagically build and manage your projects. (From davetang.org)
In cellular automata, the Moore neighborhood is defined on a two-dimensional square lattice and is composed of a central cell and the eight cells that surround it. (From Wikipedia)