摘要:
Powershell无法执行脚本 Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser 阅读全文
posted @ 2023-01-11 22:34
GreeneGe
阅读(21)
评论(0)
推荐(0)
摘要:
sudo dnf install mkfontdir curl -sLf https://spacevim.org/install.sh | bash neovim替代vim ln -s ~/.vim ~/.config/nvim ln -s ~/.vimrc ~/.config/nvim/init 阅读全文
posted @ 2023-01-11 20:20
GreeneGe
阅读(118)
评论(0)
推荐(0)
摘要:
nginx.conf worker_processes 8; error_log logs/ info; events { worker_connections 2048; } http { include mime.types; default_type application/octet-str 阅读全文
posted @ 2023-01-11 20:19
GreeneGe
阅读(57)
评论(0)
推荐(0)