Skip to content

Mikey-ShenSu/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

setup

Nginx

sudo dnf update -y
sudo dnf install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx

Bun

sudo dnf install git -y
sudo dnf module list nodejs
sudo dnf module enable nodejs:20 -y
sudo dnf install nodejs -y
npm config set registry https://registry.npmmirror.com
npm install -g bun
npm install -g pm2

SSH Key Creation

ssh-keygen -t ed25519
cat ~/.ssh/id_ed25519.pub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published