摘要:
方法一:自定义方法在~/.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 } 在命 阅读全文
摘要:
1. 安装chrome,及插件安装 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64 阅读全文