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

本文共 2534 字,大约阅读时间需要 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 multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb-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 -h
lsb_release -a
uname -a
free -m
lscpu
sensors

###安装系统信息工具

sudo apt install screenfetch
screenfetch
sudo apt install htop
htop

网络服务安装

###安装网络工具

sudo apt install net-tools
ifconfig
sudo apt install nmap
nmap 127.0.0.1
sudo apt install remmina
sudo apt install qbittorrent
sudo apt install putty

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

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

输入法安装

###搜狗拼音输入法

sudo dpkg -i sogoupinyin_2.4.0.3469_amd64.deb
sudo apt remove fcitx-ui-qimpanel
sudo dpkg -i sogoupinyin_2.4.0.3469_amd64.deb
sudo apt -f install
sudo reboot

办公软件

###安装记事本

sudo apt install gedit

蓝牙管理

###安装蓝牙管理器

sudo apt install blueman

任务监控

###温度监测

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

###电池监测

sudo apt install acpi
acpi -V
acpi -a
man acpi

系统优化

###禁用电源挂起

sudo nano /etc/systemd/logind.conf
# HandleLidSwitch=suspend
HandleLidSwitch=ignore
sudo service systemd-logind restart
sudo 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/

你可能感兴趣的文章
NLP 基于kashgari和BERT实现中文命名实体识别(NER)
查看>>
NLP 项目:维基百科文章爬虫和分类【01】 - 语料库阅读器
查看>>
NLP_什么是统计语言模型_条件概率的链式法则_n元统计语言模型_马尔科夫链_数据稀疏(出现了词库中没有的词)_统计语言模型的平滑策略---人工智能工作笔记0035
查看>>
NLP学习笔记:使用 Python 进行NLTK
查看>>
NLP的神经网络训练的新模式
查看>>
NLP采用Bert进行简单文本情感分类
查看>>
NLP问答系统:使用 Deepset SQUAD 和 SQuAD v2 度量评估
查看>>
NLP:使用 SciKit Learn 的文本矢量化方法
查看>>
Nmap扫描教程之Nmap基础知识
查看>>
Nmap端口扫描工具Windows安装和命令大全(非常详细)零基础入门到精通,收藏这篇就够了
查看>>
NMAP网络扫描工具的安装与使用
查看>>
NMF(非负矩阵分解)
查看>>
nmon_x86_64_centos7工具如何使用
查看>>
NN&DL4.1 Deep L-layer neural network简介
查看>>
NN&DL4.3 Getting your matrix dimensions right
查看>>
NN&DL4.8 What does this have to do with the brain?
查看>>
nnU-Net 终极指南
查看>>
No 'Access-Control-Allow-Origin' header is present on the requested resource.
查看>>
NO 157 去掉禅道访问地址中的zentao
查看>>
no available service ‘default‘ found, please make sure registry config corre seata
查看>>