博客
关于我
xubuntu 20.04 LTS 安装完成后的设置记录
阅读量:320 次
发布时间:2019-03-04

本文共 2488 字,大约阅读时间需要 8 分钟。

Ubuntu 系统优化与常用软件安装指南

系统更新

更新源更换

1.备份默认源文件:

sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak

2.更换阿里云源:

sudo nano /etc/apt/sources.list

3.粘贴以下内容:

deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse

4.保存退出并更新源:

sudo apt update

软件卸载

###彻底卸载LibreOffice

sudo apt remove libreoffice*sudo apt purge libreoffice*sudo apt autoremove

###卸载不必要软件

sudo apt remove thunderbird pidgin parole

系统信息查询

###查看系统状态

df -hlsb_release -auname -afree -mlscpusensors

###安装系统信息工具

sudo apt install screenfetchscreenfetchsudo apt install htophtop

网络服务安装

###安装网络工具

sudo apt install net-toolsifconfigsudo apt install nmapnmap 127.0.0.1sudo apt install remminasudo apt install qbittorrentsudo apt install putty

###安装Xrdp远程桌面服务器

sudo apt install ubuntu-desktopsudo apt install xubuntu-desktopsudo apt install xrdpsudo systemctl status xrdpsudo systemctl restart xrdpsudo ufw allow from 192.168.1.129/24 to any port 3389sudo ufw allow 3389

输入法安装

###搜狗拼音输入法

sudo dpkg -i sogoupinyin_2.4.0.3469_amd64.debsudo apt remove fcitx-ui-qimpanelsudo dpkg -i sogoupinyin_2.4.0.3469_amd64.debsudo apt -f installsudo reboot

办公软件

###安装记事本

sudo apt install gedit

蓝牙管理

###安装蓝牙管理器

sudo apt install blueman

任务监控

###温度监测

sudo apt install psensor# 配置注意:在远程登录时可能需要关闭硬盘温度监测

###电池监测

sudo apt install acpiacpi -Vacpi -aman acpi

系统优化

###禁用电源挂起

sudo nano /etc/systemd/logind.conf# HandleLidSwitch=suspendHandleLidSwitch=ignoresudo service systemd-logind restartsudo reboot

影音娱乐

###安装影音软件

sudo apt install vlc

桌面美化

###安装桌面美化工具

sudo apt install plank

###桌面微调

在窗口管理器设置中:- 合成器(O)- 去掉“在Dock窗口下显示阴影”的选项

软件自启动

###添加开机自启动程序1.查找程序路径:

whereis plank

2.在会话和启动设置中:

  • 添加自启动程序:
    • 名称:plank
    • 描述:plank
    • 命令:/usr/bin/plank &
    • 触发器:on login

转载地址:http://hswh.baihongyu.com/

你可能感兴趣的文章
Postman还能做Mock?又学了一招!
查看>>
Postman还能做Mock?又学了一招!
查看>>
postman进行http接口测试
查看>>
Postman高阶技能:Collection集合批量运行!
查看>>
postMessage跨标签页共享数据
查看>>
QImage对一般图像的处理
查看>>
post为什么会发送两次请求?
查看>>
Post表单提交TextArea的值出现转译乱码问题 - Spring MVC处理表单提交
查看>>
Power BI 中的 Python 可视化需要什么设置?任何特定的 matplotlib 包版本或系统设置?
查看>>
Power BI:如何在 Power Query 编辑器中将 Python 与多个表一起使用?
查看>>
power english (3) main text -emotion mastery - focus
查看>>
POWER ENGLISH (6) - MODEL
查看>>
power english (1) —— passion
查看>>
Power English (1) 原文
查看>>
power English (3)原文
查看>>
POWER ENGLISH(7)- repetition
查看>>
SpringBoot中集成SpringBatch详细解析与实战示例(CSV文件读取十万条数据进行业务处理后写入Mysql数据库)
查看>>
powerbi 一张表在另外一张表中出现的数量_PowerBi之初步学习笔记
查看>>
QGIS怎样设置简体中文以及新建可编辑的多边形的图层
查看>>
PowerBuilder 使用自定义事件触发键盘Enter事件
查看>>