- 
                Ubuntu PostgreSQL 命令行 Backspace 删除显示 ^H 字符解决方法
                现象 在Ubuntu系统中,使用psql命令进入PostgreSQL的命令行模式,想使用删除键,但显示的确实^H字符。 解决 编辑~/.bashrc文件 vim ~/.bashrc 在最后一行添加 2025-09-27, Views: 211 , Topics: Ubuntu PostgreSQL 
- 
                Ubuntu 安装 Docker
                镜像源 https://mirror.tuna.tsinghua.edu.cn/help/docker-ce/ 卸载 卸载原先安装过的docker。 sudo 
- 
                Ubuntu 修改 apt 镜像
                清华镜像 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 备份源文件 sudo mv /etc/apt/so 
- 
                Ubuntu 卸载 Nginx
                apt-get 方式安装 apt-get remove nginx nginx-common apt-get purge nginx nginx-common 
- 
                Nginx 编译安装时提示 the HTTP gzip module requires the zlib library
                现象 若在./configure后添加--with-http_gzip_static_module参数(添加gzip压缩模块)提示以下错误: ./configu 
- 
                Ubuntu 系统升级 MySQL 版本
                步骤 配置mysql-apt并做相关更新 sudo wget https://dev.mysql.com/get/mysql-apt-config_0.8. 
- 
                Linux 之 Ubuntu apt-get 更换镜像
                备份原先数据源 mv /etc/apt/sources.list /etc/apt/sources.list.bak 清华大学镜像(推荐) 以Ubuntu 20 
- 
                Linux 之 Ubuntu 安装 JDK 及 JRE
                安装 Jave8 导入Webupd8 PPA sudo add-apt-repository ppa:webupd8team/java sudo apt-g