ubuntu使用

配置软件源

https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/

获取ip

ip addr show

sudo apt install net-tools
ifconfig

安装ssh

sudo apt install openssh-server

安装终端工具

sudo apt install konsole

安装gcc

sudo apt --fix-broken install
sudo apt install build-essential

posted on 2023-06-22 09:27  生活的艺术  阅读(12)  评论(0)    收藏  举报