摘要: apt-get install htop 阅读全文
posted @ 2013-11-26 21:56 silence.li 阅读(138) 评论(0) 推荐(0)
摘要: 1.tftp使用独立daemon,这样不用再安装xinet,apt-get install tftp-hpa tftpd-hpacat /etc/default/tftpd-hpaTFTP_USERNAME="tftp"TFTP_DIRECTORY="/tftpboot"TFTP_ADDRESS="10.1.1.1:69"TFTP_OPTIONS="--secure"tftp的默认工作路径由以上配置生效2.dhcp按照上一篇配置即可。一点说明:关于多一个网卡多ip段的dhcp设定规则:為 IP Alias 設定 D 阅读全文
posted @ 2013-11-26 11:20 silence.li 阅读(693) 评论(0) 推荐(0)
摘要: Ubuntu Server 部署手册pxe+tftp+vsftp+apache2=======================================================================服务器配置TFTP配置安装tftpapt-get install tftp-hpa tftpd-hpa ,或者apt-get install tftp-hpa tftpd-hpaxinetd配置TFTPTFTP有两种应用方式,一种作为独立的服务,一种作为xinetd存在。作为独立服务需配置/etc/default/tftpd-hpa##注:要先安装xinetd,再安装tft. 阅读全文
posted @ 2013-11-26 11:03 silence.li 阅读(3139) 评论(0) 推荐(0)
摘要: 1.安装nginx,tomcat, jdk1.1. nginx下载:官网下载nginx-1.4.3.tar.gz安装:root@ns2:/app/lan/nginx/sbin# ./nginx -Vnginx version: nginx/1.4.3built by gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure arguments: --prefix=/app/act/nginx/nginx-1.4.3 --with-debug --with-http_addition_module --with-http_dav_module --wi 阅读全文
posted @ 2013-11-26 10:53 silence.li 阅读(390) 评论(0) 推荐(0)
摘要: 1.格式化输出select * from mysql.user\G2.显示版本show version()3.显示引擎show enginesmysql> show engines;+--------------------+---------+------------------------------------------------------------+--------------+------+------------+| Engine | Support | Comment ... 阅读全文
posted @ 2013-11-26 09:43 silence.li 阅读(190) 评论(0) 推荐(0)