OperationSystem
文章平均质量分 67
shihuan830619
J2EE程序员.
展开
-
Linux下WebLogic10.3的安装与配置
WebLogic 10.3 安装、配置与管理手册第二章 WebLogic 10.3 for SUSE linux§2.1 安装准备 下载WebLogic10.3 for x86 linux安装文件; 安装Suse Linux enterprise Server 11.0; 检查Suse环境,确保/root空闲空间在2G以上。如果/root空间不足,则应扩展root空间,或...原创 2009-10-10 18:45:31 · 364 阅读 · 0 评论 -
java调用shell脚本
附件java执行shell.rar里是已经下载好的jar包。http://www.jcraft.comhttp://www.jcraft.com/jsch/examples/https://en.wikipedia.org/wiki/Expecthttps://github.com/cverges/expect4j可以到maven里搜索expect4j...原创 2016-01-26 00:53:29 · 206 阅读 · 0 评论 -
shell脚本编程
例1: 用vi编辑文件echodate输出系统日期[root@testgitlab opt]# vi echodate#%Y#%m#%decho `date +%Y%m%d`保存并退出。 [root@testgitlab opt]# sh ./echodate20160125或者[root@testgitlab opt]# chmod 755 e...原创 2016-01-26 00:13:31 · 121 阅读 · 0 评论 -
Linux目录名称
[root@testgitlab [color=red]/[/color]]# 这个是根目录[root@testgitlab [color=red]~[/color]]# 这个是主目录[root@testgitlab [color=red]home[/color]]# 这个是家目录[root@testgitlab [color=red]opt[/color]]# 这个...2016-01-25 22:23:50 · 154 阅读 · 0 评论 -
RedHat6.5在线安装GitLab
[url]https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/install/centos[/url] --centos安装gitlab[url]https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos[/url] ...2016-01-22 21:09:39 · 1300 阅读 · 0 评论 -
Linux安装Git服务
[root@testgit rpmlib]# pwd/opt/rpmlib[root@testgit rpmlib]# lsasciidoc-8.6.9-1.el6.rfx.noarch.rpm gettext-devel-0.17-16.el6.x86_64.rpmautoconf-2.63-5.1.el6.noarch.rpm libiconv-1.14.tar....2016-01-22 21:01:52 · 164 阅读 · 0 评论 -
Linux安装ruby
[url]https://rvm.io/[/url] 官方网站[url]https://github.com/rvm/rvm[/url] 官方离线包在线安装步骤:[root@testagent ~]# \curl -sSL https://get.rvm.io | bash -s stablecurl: (6) Couldn't resolve host 'get...2016-01-22 20:53:29 · 304 阅读 · 0 评论 -
验证RedHat6是否能够联网
验证RedHat6是否能够联网:[root@testagent ~]# ping 8.8.8.8[root@testagent ~]# ping 8.8.4.4下载www.baidu.com首页并且显示下载信息:[root@testagent ~]# wget -d http://www.baidu.com能成功下载百度首页index.html文件,但不一定能ping http...2016-01-22 20:46:47 · 516 阅读 · 0 评论 -
Linux非联网状态安装gcc依赖包
cloog-ppl-0.15.7-1.2.el6.x86_64.rpmcpp-4.4.6-4.el6.x86_64.rpmgcc-4.4.7-16.el6.x86_64.rpmgcc-c++-4.4.7-16.el6.x86_64.rpmglibc-devel-2.12-1.166.el6.x86_64.rpmglibc-headers-2.12-1.80.el6.x86_64...原创 2016-01-22 20:43:50 · 718 阅读 · 0 评论 -
shell命令学习资料
附件里为Shell脚本学习资料。原创 2011-12-04 19:14:09 · 91 阅读 · 0 评论 -
RedHat7的非root用户调用xclock
[color=darkred]错误提示[/color]:Error: Can't open display: :0.0[[color=red]root[/color]@shihuan ~]# yum install xorg-x11-apps[[color=red]root[/color]@shihuan ~]# xhost +[[color=red]root[/color]@sh...2017-05-16 15:12:56 · 1706 阅读 · 0 评论