博客统计信息

用户名:windymax
文章数:12
评论数:6
访问量:28307
无忧币:20
博客积分:539
博客等级:2
注册日期:2006-04-07

我最近发表的评论

用server2003组策.. 回复
设置代理服务器地址,给一个空的地..

背景音乐

我的音乐

00:00 | 00:00


虽然我们习惯于linux下命令行操作,但是安装某些软件必须是基于GUI下面的,这个时候总不能跑到机房去安装吧,但我们可以使用Xmanager软件实现对linux进行远程控制.
 
第一步,我们在LINUX系统下,修改/ect/X11/xdm/Xaccess文件,找到下面语句:# *# any host can get a login window 去掉最前面的#号
 
第二步,我们修改/etc/X11/ gdm /gdm.com文件,把Enable=false,改为Enable=1
 
第三步,我们修改/etc/inittab文件,如果原来就是id:5:initdefault:就不用更改,同时,找到如下图文字所在的地方,将其改为x:5:respa..
类别:Linux|阅读(4178)|回复(0)|(0)阅读全文>>
#!/bin/sh
# description: Oracle auto start-stop script.
# chkconfig: - 20 80
#
# Set ORA_HOME to be equivalent to the $ORACLE_HOME
# from which you wish to execute dbstart and dbshut;
#
# Set ORA_OWNER to the user id of the owner of the
# Oracle database in ORA_HOME.
ORACLE_HOME=/u01/app/oracle/oracle/product/10.2.0/db_1
ORACLE_OWNER=oracle
#export ORACLE_SID=database
if [ ! -f $ORACLE_HOME/bin/dbstart ]
then
    echo "Oracle startup: cannot start"
    exit
fi
ca..
Oracle Database 10g Release 2 (10.2.0.1) Installation On RedHat Advanced Server 4.0
In this article I'll describe the installation of Oracle Database 10g Release 2 (10.2.0.1) on RedHat Advanced Server 4.0. The article is based on a server installation with a minimum of 2G swap, secure Linux disabled and the following package groups installed:


X Window System
GNOME Desktop Environment
Editors
Graphical Internet
Text-based Internet
Server Configuration Tools
Development Tools
..
2007-07-03 11:14:02
以下文章介绍Liunx 环境下vsftpd的三种实现方法

[url]ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.0.3.tar.gz[/url],目前已经到2.0.3版本。假设我们已经将vsftpd-2.0.3.tar.gz文件下载到服务器的/home/xuchen目录

# cd /home/xuchen
# tar xzvf vsftpd-2.0.3.tar.gz //解压缩程序
# cd vsftpd-2.0.3


三、三种方式的实现
1、匿名用户形式实现
# vi builddefs.h \\\\编辑builddefs.h 文件,文件内容如下:

#ifndef VSF_BUILDDEFS_H

#define VSF_BUILDDEFS_H
#undef VSF_BUILD_TCPWRAPPERS
#define VSF_BUILD_PAM
#..
类别:Linux|阅读(529)|回复(0)|(0)阅读全文>>
2007-07-03 10:51:02




版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。[url]http://fujiammin.51cto.com/137864/32564[/url]








L0 1.1.1.1





S0/0 2.1.1.1





S0/0 2.1.1.2





L0 3.1.1.1





Route A





Route B





L0 1.1.1.1





S0/0 2.1.1.1





S0/0 2.1.1.2





L0 3.1.1.1





Route A





Route B
 






L0 1.1.1.1





S0/0 2.1.1.1

..
2007-07-03 10:48:16
交换机口令恢复
n          连接交换机的Console口到终端或PC仿真终端:用全反线连接PC的串口到交换机的Console口
n          先按住交换机面板上的MODE键,关掉电源,期间一直按住MODE键,再接通电源
n          初始化flash
Switch>flash_init
n          更名含有password的配置文件
Switch>rename flash:config.text flash:c..
1.     7小时休息,周末补觉:休息不好,工作效率低、质量差。反工,那就是成本加倍!再加上休息不好脾气大,惹出来的麻烦更多……我还是多睡会儿吧。周末要出去玩儿,前提是先睡饱。大部分兄弟的感受是一样的——周一到周五死活不想起,周六不用叫,到点儿精神着呢!这可要注意了,工资要飞了!
2.     把闹钟放的离床远点儿:一定是手够不到,一定要钻出被窝才能关掉的地方。这样就可以杜绝随手关闹钟、睡懒觉的毛病。
3.    上班路上提醒自己“要事第一”:无论路长路短,..
AD环境:
Windows2003 DC一台
活动目录结构如下:
domainname.com
- Builtin
- Computers
- Domain Controllers
- ForeignSecurityPrincipals
- Users
- Developer (OU,组织单元)
   - test (帐户)
   - user1 (帐户)
   - user2 (帐户)
   - user3 (帐户)
   - project1 (组) user1,user2,user3都属于project1组中的成员

前提条件:
1) linux操作系统Redhat AS4,应该AS3也可以
2) Apache, Subversion, dav_svn模块必须是要rpm包安装的,如果对linux不了解的话推荐在安装系统时选..
OS: Redhat AS4.0
安装包情况如下:
Desktops:
X Windows System - 默认安装
GNOME Desktop Environment - 默认安装
KDE  - 不安装

Applications:
Editors - 默认安装
Engineering and Scientific  - 不安装
Graphical Internet - 默认安装
testx-based Internet  - 不安装
Office/Productivity  - 不安装
Sound and Video  - 不安装
Authoring and Publishing  - 不安装
Graphics  - 不安装
Games and Entertainment  - 不安装

Servers:
Server co..
OS: Windows XP SP2

1) 安装Apache Server
2) 安装SVN
3) 配置邮件通知

1. 安装apache2.0.59,从这里可以下载到[url]http://apache.justdn.org/httpd/b[/url] ... in32-x86-no_ssl.msi
安装过程中设置以下参数:
Network Domain: localhost
Server name: localhost
Administrator's Emai Address: windymax@126.com
安装到默认路径为C:\Program Files\Apache Group\Apache2

2. 安装subversion1.4.0,从这里下载[url]http://www.iusesvn.com/bbs/download/svn-win32-1.4.0.zip[/url]
安装到默认路径为C:\Program Files\..
Bugzilla System
 
OS: Windows2003
Requirement Software:
Apache_2.0.59
ActivePerl-5.8.8
bugzilla-2.22.2.tar.gz (stable)
mysql-5.2
 
1)       Setup Apache Server by default;
2)       Setup MySQL and create a database;
C:\> cd mysql
C:\mysql> cd bin
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, DROP, REFERENCES, LOCK TABLES, CREATE TEMPORARY TABLES ON bugs.* TO bugs@localhost IDENTIFIE..
声明:只支持ia32位的as4的升级,请大家注意别弄错了

升级办法:
下载yum软件包:
[url]http://www.chinalinuxpub.com/yum.tgz[/url]
tar zxvf yum.tgz
cd yum
rpm -ivh *.rpm
因为我偷懒,用得是centos得yum包,大家用了这个yum久可以在线用centos升级你得rhel4了
如果要用本站编译得升级包话
请执行
rm -rf /etc/yum.repos.d/CentOS-Base.repo
vi /etc/yum.repos.d/as4-update.repo
加入:
#released updates
[update]
name=Red Hat Enterprise AS release 4 Updates
baseurl=http://ftp.chinalinuxpub.com/redhat/enterprise/upda..
类别:Linux|阅读(1307)|回复(0)|(0)阅读全文>>