搜索列表
-
solari9.0下图形界面相关知识
【Solaris】1.solaris图形配置地方 /etc/openwin/server/etc/OWconfig 2.自动启动图形 关闭自动启动图形 /usr/dt/bin/dtconfig -d 允许自动启动图形 /usr/dt/bin/dtconfig -e 3.不启动图形界面 dtconfig-d 或者 /...
知识相关界面图形 启动自动exit/usr/dt/bin/dtconfig -
在solaris10上如何设置adsl拨号连接
【Solaris】我在vmware上安装了solaris10 for x86版。注意:在设定vmware网卡的时候一定要设成bridge模式,否则即使拨号设置的正确,也不能连接上网通的网络。1、设置本地的网卡IP地址,子网掩码,及DNS所需要修改和建立的配置文件:# vi hostname.pcn0在hostname.
拨号连接设置如何 设定vi文件SolarisPPP -
solaris 9 .0基本安全设置
【Solaris】1. 选择合适的安装。 只安装需要的软件包。 本例为solaris9 2. 安装系统补丁 从sunsolve.sun.com下载补丁 unzip 9_Recommended.zip cd 9_Recommended ./install_cluster
设置安全基本 需要mv服务启动&ndash进程 -
Solaris设置ADSL拨号上网
【Solaris】一、系统基本设置# touch /etc/ppp/pppoe.if 重启系统后会创建拨号相关的文件# touch /etc/gateways 重启后会添加IP路由功能# touch /etc/hostname.hme1 重启后会添加上第二块网卡,该网卡如果已经添加,那么可省
-
Xmanager连接远程Solaris
【Solaris】环境 : 管理PC 1 : 公司局域网 通过 防火墙或路由器 连接至 Internet Server :(Solaris8\9\10) 直接处于 Internet 通过 Pc1 使用 xmana
-
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、如何动 -
OpenSolaris 6/06 DVD版本
【Solaris】最新提供的是sun官方释出的6/06版本,是DVD版本,分割成5个文件(a-e),另外还有个工具包DVD盘,我们推荐下载最新的版本。DVD文件制作流程(来自sun官方):After downloading and unzipping segments, follow these instructions:Reconstruct the full DVD i
-
FreeBSD常用命令集
【Unix/BSD】FreeBSD作为BSD的主要分支之一,具有健壮、稳定的优点,因此有一些系统管理员尤其钟爱FreeBSD。本文总结了一些FreeBSD的常用指令,读者们可以用于做一个检索
命令常用进程网络使用执行安装crontab通常 -
freebsd下切换到root下 su: Sorry 的解决办法
【Unix/BSD】在FreeBSD下,通过ssh客户端连接到FreeBSD端,用普通的用户登录,执行下列命令报错:$ su rootsu: Sorry$ susu: Sorry$在FreeBSD上要使用su命令成为root用户,不但要知道root的口令,还需要经过特别设置,否则就不能成功使用这个命令。这是因为
解决办法切换用户root命令suFreeBSD使用需要 -
Freebsd7.0+Apache2.2+MySQL5+PHP5安装配置
【Unix/BSD】一、安装apache2.2.8首先去http://www.apache.org 网站上下载apache2.2.8源码包解压缩#tar zxvf httpd-2.2.8.tar.gz得到 httpd-2.2.8文件夹#cd httpd-2.2.8配置#./configure --prefix=/usr/local/apache --enable-so --enable-module=rewrite
安装配置 mysql#make出现提示the用户install -
FREEBSD系统优化精华
【Unix/BSD】1、优化内核mkdir /usr/kerncp /usr/src/sys/i386/conf/GENERIC /usr/kern/proxyln -s /usr/kern/proxy /usr/src/sys/i386/conf/proxycd /sys/i386/conf ee proxyoptions IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter loggin
-
FreeBSD5.2.1上建立功能完整的邮件服务器(POSTFIX)
【Unix/BSD】1.更新 ports# cvsup -gL 2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/ports-supfile 2. 安装 openssl+apache 服务器 # cd /usr/ports/security/openssl# make install# make clean# cd /usr/ports/www/apache2# make in