Loading

摘要: 默认启动方式 1命令行方式 命令 sudo systemctl set-default multi-user.target 2图形化方式 命令 sudo systemctl set-default graphical.target 3切换方式 切换到图形化 init 5 切换到命令行 init 3 阅读全文
posted @ 2023-03-07 22:27 Devinwon 阅读(146) 评论(0) 推荐(0)
摘要: 1远程Ubuntu命令行 更新包以及依赖 sudo apt update 安装openssh-server,openssh-client sudo apt install openssh-server openssh-client 其他包根据提示安装即可 xshell配置 其他自行搜索 2远程Ubu 阅读全文
posted @ 2023-03-07 22:22 Devinwon 阅读(99) 评论(0) 推荐(0)