2022年1月20日

摘要: 方法一:自定义方法在~/.bashrc中添加下面代码: 1 function set-title() { 2 if [[ -z "$ORIG" ]]; then 3 ORIG=$PS1 4 fi 5 TITLE="\[\e]2;$*\a\]" 6 PS1=${ORIG}${TITLE} 7 } 在命 阅读全文
posted @ 2022-01-20 10:58 乘影 阅读(2353) 评论(0) 推荐(0) 编辑
摘要: 1. 安装chrome,及插件安装 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64 阅读全文
posted @ 2022-01-20 00:28 乘影 阅读(1086) 评论(0) 推荐(0) 编辑

导航