1 Star 3 Fork 4

azhw / UbuntuInit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Ubuntu使用指南 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
koala 提交于 2020-03-25 17:14 . 添加Ubuntu使用记录文件
1. 系统中的APT缓存
/var/cache/apt/archives
2. 用户自己的应用程序在应用程序选择面板中添加
创建 xxx.desctop ~/.local/share/applications/
3. unzip 命令解压中文乱码
添加命令别名 alias unzip='unzip -O CP936'
4. idea编译提示找不到包可以试试 mvn idea:idea
7 网络抓包工具 https://launchpad.net/~wireshark-dev/+archive/ubuntu/stable
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt-get update
##
添加ppa源
deb http://ppa.launchpad.net/wireshark-dev/stable/ubuntu bionic main
deb-src http://ppa.launchpad.net/wireshark-dev/stable/ubuntu bionic main
##
sudo apt install wireshark
Shell
1
https://gitee.com/azhw/UbuntuInit.git
git@gitee.com:azhw/UbuntuInit.git
azhw
UbuntuInit
UbuntuInit
master

搜索帮助