Skip to content

Commit a33a005

Browse files
author
YouMeek
committed
2017-06-07
1 parent 133e210 commit a33a005

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Ubuntu-Install-VMware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- 下载:VMware-Workstation-Full-10.0.4-2249910.x86_64.bundle
99
- 下载地址(rzb0):<http://pan.baidu.com/s/1dFuLD2D>
1010
- 安装组件:
11+
1112
``` nginx
1213
命令:sudo apt-get update
1314
命令:sudo apt-get install build-essential linux-headers-`uname -r`

Ubuntu-Popular-Software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 安装软件基础
44

5-
- 取回更新的软件包列表信息:`sudo apt-get update`
5+
- 取回更新的软件包列表信息:`sudo apt-get update`,如果安装某个软件报:`Unable to locate package`,就得这样 update 下。
66
- 查看已经安装了哪些包:`sudo dpkg -l`
77
- 查看已安装列表中是否有 Vim 软件,没有安装则没有数据显示:`sudo dpkg -l | grep vim`
88
- 查看 Vim 软件安装位置:`sudo dpkg -L vim`

Ubuntu-Specific-Command.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
- `lsb_release -a`,查看发行代号
55
- `cat /etc/issue`,查看 Ubuntu 发行版本
6-
- ``
7-
- ``
6+
- `sudo ufw disable`,禁用防火墙
7+
- `sudo ufw enable`,开启防火墙
8+
- `apt-get remove iptables`,卸载防火墙
89
- ``
910
- ``
1011
- ``

0 commit comments

Comments
 (0)