搜索列表
-
solaris网络和IP设置基础
【Solaris】/etc/hostname.interface Interface是网卡的型号,有le、hme等。Le是十兆网卡,hme为百兆网卡等等。后面跟一个数字,第一个十兆网卡为le0,第二个为le1;第二个百兆网卡为hme0,第二个为hme1等等。 文件的内容是这块网卡的名字,如Sunrise、Sunny。#more /etc/
基础设置网络网卡地址配置文件ifconfigle0类网 -
Solaris系统命令中英对照
Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
【】ab2admin—对AnswerBook2进行管理的命令行界面ab2cd—从Documentation CD中运行AnswerBook2服务器ab2regsvr—向联合域名服务注册AnswerBook2文档服务器accept、reject—接受或拒绝打印请求acct—对计数及各种计数命令的概述acc -
solaris迅速查找手册
Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
【】硬件系统: 1、如何查看cup的状态? 作者:南非蜘蛛? # psrinfo -v # mpstat 可以列出多cpu负载的状态 2、如何查看内存? 作者:南非蜘蛛? # prtconf | grep 'Memory' 可以查看内存的多少. # /usr/platform/sun4u/sbin/prtdiag 3、如何动 -
APACHE性能方面的提示
【麒麟系统】Apache2.0是一个多用途的web服务器,其设计在灵活性、可移植性和性能中求得平衡。虽然没有在设计上刻意追求性能指标,但是Apache2.0仍然在许多现实环境中拥有很高的性能。相比于Apache 1.3 ,2.0版本作了大量的优化来提升处理能力和可伸缩性,而且大多数的改进在
提示方面性能 一个使用"进程如果可以 -
红旗6.0一步一步搞定cdma无线网卡
【Linux】我也是刚上手linux,在论坛看了无数帖子,昨天晚上不停的reset,到凌晨的时候终于搞定了我的cdma无线网卡,现在把过程和其中遇到的困难说一下,希望对大家有所帮助。启动系统后,插入无线网卡(我的是pcmcia接口),看到灯亮了,就有了点信心,呵呵。打开控制台
搞定红旗"root@localhost拨号速度连接对话 -
整理FreeBSD系统安装时关于硬盘参数提示的处理方法
【Unix/BSD】错误信息:WARNING: A geometry of 116301/16/63 for ad0 is incorrect.Using a more likely geometry.If this geometry is incorrect or you are unsure as to whether or not it's correct,please consult the Hardware Guide in the Documentation submenu or use
-
freebsd vsftpd 配置方法
【Unix/BSD】1.安装 # cd /usr/ports/ftp/vsftpd/ # make install clean 2.配置 编辑 /etc/inetd.conf , 加入下面一行: ftp stream tcp nowait root /usr/local/libexec/vsftpd vsftpd 编辑 /usr/local/etc/vsftpd.conf , 修改以下配置 # Al
-
Apache最新官方配置文件中文版说明
【RedHat/Centos】Apache最新官方配置文件中文版## Based upon the NCSA server configuration files originally by Rob McCool.#参照NCSA服务器的配置文件,原版由Rob McCool发布## This is the main Apache server configuration file. It contains the# configuration
中文版说明文件配置最新官方theto"of< -
linux学习笔记
笔记学习显示系统文件设置quota用户设定使用
Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
【】linux目录架构/ 根目录/bin 常用的命令 binary file 的目錄/boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内/boot/grub/menu.lst GRUB设置/boot/vmlinuz 内核/boot/initrd 核心解壓縮所需 RAM Disk/dev 系统周边设备/etc 系统相关 -
linux系统下邮件服务器sendmail的配置
【RedHat/Centos】安装所需软件sendmail.8.12.10.tar.gz http://www.sendmail.org/cyrus-sasl-2.1.18.tar.gzhttp://asg.web.cmu.edu/cyrus/安装步骤1、 先安装cyrus-sasl-2.1.18.tar.gz,sendmail安装时要用到
-
Red Hat Enterprise Linux AS release 4 apache+MYsql+PHP的安装和优化
【RedHat/Centos】软件版本:httpd-2.2.3.tar.gz mysql-5.0.18.tar.gz php-5.0.4.tar.gz 1安装mysql shell#tar xzvf my
安装优化 文件系统make&&可以Linux采用 -
LINUX系统下vsftpd 命令详解
【RedHat/Centos】FTP命令是Internet用户使用最频繁的命令之一,不论是在DOS还是UNIX操 作系统下使用FTP,都会遇到大量的FTP内部命令。 熟悉并灵活应用FTP的内部 命令,可以大大方便使用者,并收到事半功倍之效。 FTP的命令行格式为: ftp -v -d -i -n -g [主机名] ,其中 -v 显示远程
详解命令系统文件远程主机设置传输local-file