一、PageUp/PageDown联想历史命令
编辑 /etc/inputrc去除如下两行注释,重启终端

二、截图工具安装
apt-get install flameshot
配置快捷键

安装sougou输入法
安装fcitx
sudo apt-get install fcitx
搜狗官网下载deb包
sudo dpkg -i xxxx.deb
安装完成后重启生效
git
问题:
fatal: 无法访问 'https://github.com//openstack/requirements.git/':GnuTLS recv error (-110): The TLS connection was non-properly terminated.
解决办法:
apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
firefox默认不能播放在线视频
apt-get install ubuntu-restricted-extras
安装完成后,即可支持在线编解码,音视频正常播放。
亲测可用
编辑图片
sudo apt install gimp

本文介绍如何配置终端以便使用PageUp/PageDown键快速调用历史命令,并安装与配置截图工具Flameshot,还介绍了安装搜狗输入法及Fcitx的方法。此外,还解决了Git访问GitHub时出现的TLS连接问题,提供了Firefox浏览器支持在线音视频播放的解决方案。
2632

被折叠的 条评论
为什么被折叠?



