Ubuntu 使用手册

1. 版本

Ubuntu 18.04

2. 常用软件

2.1 截图

系统自带截图快捷键如下
在这里插入图片描述
进入方式:左下角显示应用程序 > 设置 > 设备 > 键盘
然后在右边找到截图就是了

2.1.1 参考

Ubuntu 18.04 截图快捷键设置

2.2 Git

2.2.1 更新系统和软件

apt-get update -y
apt-get upgrade -y

2.2.2 安装 Git

apt install git

2.2.3 建仓

git init

默认在当前目录下建仓
可通过 git init [DIR] 指定建仓目录

2.2.4 克隆

git clone GIT_PATH

2.2.5 参考

如何在Ubuntu 18.04上安装Git与入门教程

2.3 TIM

2.3.1 安装 deepin-wine 环境

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd  deepin-wine-for-ubuntu 
./install.sh

2.3.2 安装 TIM 容器

wget -c http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_2.0.0deepin4_i386.deb
dpkg -i  deepin.com.qq.office_2.0.0deepin4_i386.deb

2.3.3 参考

2019年wine QQ最完美解决方案
2018年Ubuntu 下装 QQ 比较完美的解决方案

2.4 PPAPI FLASH

apt-get install pepperflashplugin-nonfree
update-pepperflashplugin-nonfree --install

2.4.1 参考

ubuntu16.04 安装PPAPI flash

发布了15 篇原创文章 · 获赞 6 · 访问量 1281

猜你喜欢

转载自blog.csdn.net/qq_39100983/article/details/96425572