随笔分类 -  linux

摘要:转载http://blog.csdn.net/drr789/article/details/8998590 系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMB 阅读全文
posted @ 2017-01-21 16:07 知行Lee 阅读(230) 评论(0) 推荐(0)
摘要:在Ubuntu14.14中安装apache 安装指令: sudo apt-get install apache2 安装结束后: 产生的启动和停止文件是: 需要说明的是,普通的apache发行版本配置文件是: ubuntu apache2配置 1.apache2.conf 是主配置文件,httpd.c 阅读全文
posted @ 2017-01-21 16:03 知行Lee 阅读(442) 评论(0) 推荐(0)
摘要:1apt方法 安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softname3…… 卸载并清除配置 apt-get remove --purge softnam 阅读全文
posted @ 2017-01-21 16:02 知行Lee 阅读(2817) 评论(0) 推荐(0)