当前位置: 首页IT技术 → solaris 命令综合运用的方法

solaris 命令综合运用的方法

更多

1.solaris修改主机名

/etc/hostname.hme0:主机名,hme0为网卡接口名

/etc/hosts:IP配置

/etc/defaultrouter:缺省网关

/etc/netmasks:子网掩码

/etc/nsswitch.conf:在host的行末加上dns,要与files用分隔符隔开

/etc/resolv.conf:配置域名服务器dns

/etc/nodename:也填上主机名

2.solaris下tomcat打印中文控制台日志

A.设置运行tomcat用户的环境变量

export LC_ALL="zh_CN.UTF-8"

B.将tomcat编码设置为UTF-8

3.solaris 下删除.svn

find . -type d -name ".svn"|xargs rm -rf

4.solaris建立用户

useradd -g yunwei -d /export/cwb/ -s /bin/bash -m cwb;

useradd -g yunwei -d /export/cwb/ -s /bin/bash -m abc

5.SSH连接反应慢的分析解决(http://www.hanwangtx.com/Linux_BSD/201109_22646.html)

修改/etc/ssh/sshd_config 文件,设置GSSAPIAuthentication no ,同时设置 UseDNS no,最后保存修改,重启sshd服务再连接这个问题就可以解决了。

或者把对方的主机名加入/etc/hosts

热门评论
最新评论
昵称:
表情: 高兴 可 汗 我不要 害羞 好 下下下 送花 屎 亲亲
字数: 0/500 (您的评论需要经过审核才能显示)