摘要: 1.安装 sudo apt-get install ccache 2.使用 ccache -s # 显示状态参数 (s是英语status的缩写,表示《状态》) ccache -C # 清除缓存(C是大写的,是英语Clear的缩写,表示《清除》) 3.配置 vim ~/.bashrc export N 阅读全文
posted @ 2022-07-03 01:21 INnoVation-V2 阅读(1743) 评论(0) 推荐(0)
摘要: 配置SSH 环境: Ubuntu 20.04 1.安装ssh-server sudo apt-get install openssh-server 2.配置 主要有两个配置文件,分别是 /etc/ssh/ssh_config /etc/ssh/sshd_config 阅读全文
posted @ 2022-07-03 00:39 INnoVation-V2 阅读(71) 评论(0) 推荐(0)