linux_init is a script to initialize a Linux system with common tools and configurations.
It is designed to be run on a fresh installation of Ubuntu 22.04 LTS.
The script installs common tools, configures the system, and sets up a development environment.
It is intended to be run as a root user or with sudo privileges.
wget https://raw.githubusercontent.com/yanxiangrong/linux_init/main/linux_init.sh
chmod +x linux_init.sh
./linux_init.sh