Linux课程---14、linux下lamp环境如何安装
一、总结
一句话总结:
要按顺序安装,比如apache需要在php之前安装,
一、安装 gcc 编译器 二、卸载 rpm 安装的 http 和 mysql 软件 三、编译安装 php 依赖包 四、安装 apache 软件 五、安装 mysql 软件 六、安装 php 软件 七、让 Apache 支持 PHP 扩展库 八、安装 pdo-mysql 模块软件
1、linux服务进程常用命令?
pstree
netstat -tunpl
top
1)pstree 2)netstat -tunpl 3)top 4)uptime 5)who 6)last
2、lamp环境指的是什么?
1.linux
2.apache
3.mysql
4.php
#环境:通过apache能够找到php来解析php脚本,通过php能够操作mysql数据库
3、linux下查看内存命令?
free(k|m|g),比如free -m就是一兆方式查看内存,其余同理
4、linux下查看硬盘命令?
fdisk -l
Disk /dev/sda: 32.2 GB, 32212254720 bytes, 62914560 sectors
Units = sectors of 1 * 512 = 512 bytes
.....
5、linux下的系统的硬盘对应的是哪个文件夹?
/dev/sda
6、fdisk -l命令出现下列语句,表示什么?
|||-begin
Device Boot Start End Blocks Id System /dev/sda1 * 2048 2099199 1048576 83 Linux /dev/sda2 2099200 62914559 30407680 8e Linux LVM
|||-end
/dev/sda1硬盘对应Boot目录(系统启动)
/dev/sda2对应非Boot目录
这样的好处是就算sda2坏了,系统也能启动
7、linux下如何查看系统挂载表?
df -h
[root@localhost html]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos-root 27G 2.1G 25G 8% / devtmpfs 475M 0 475M 0% /dev tmpfs 487M 0 487M 0% /dev/shm tmpfs 487M 7.7M 479M 2% /run tmpfs 487M 0 487M 0% /sys/fs/cgroup /dev/sda1 1014M 135M 880M 14% /boot tmpfs 98M 0 98M 0% /run/user/0