
LAMP
田飞雨
专注 k8s 云原生实践
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决LAMP错误
LAMP中出现的问题 [root@struggling html]# service httpd restart Stopping httpd: [ OK ] Starting httpd: httpd: Could not reliably determine the server's fu原创 2015-02-02 17:09:38 · 5351 阅读 · 0 评论 -
LAMP一键卸载
#!/bin/bash # cat <<EOF ************************************ 欢迎访问www.struggling.cn 为了防止新手练习使用LAMP过程产生错误 此程序一键卸载LAMP ************************************ EOF delete(){ for pack in `rpm -qa|grep $1` ;原创 2015-02-16 15:27:15 · 5694 阅读 · 0 评论