Jeffrey’s Blog

HP磁阵扩容笔记

@ 阅读全文 | 2007/08/14 05:12pm | Category: 电脑网络, 系统管理 | 1,832 views  

1.找到smartstart光盘,找到compaq/csp/linux/cpqacuxe-7.50-23.linux.rpm.tar.gz,解压并安装rpm包

2.安装后产生/usr/sbin/cpqacuxe服务,使用cpqacuxe -R启动

3.安装homepage

…../compaq/csp/linux/install7×0.sh (x为相应版本号)

一大堆问题,根据提示操作即可.

4.安装后,打开Continue Reading ...

Protected: strange words

@ 阅读全文 | 2007/07/31 10:21am | Category: 电脑网络 | 570 views  

This post is password protected. To view it please enter your password below:


Continue Reading ...

星火贯通CET-4四级词汇系列之一

@ 阅读全文 | 2007/07/31 10:16am | Category: 电脑网络 | 1,218 views  
Tags: , ,

A question of rights
一项权力问题

Unfortunately, a crime was about to committed but at that moment Lesley was unaware of the impending event, which would affect her life so drastically for the next two years.

一项犯罪就要得逞了。而不幸的是,就在那时,莱斯利对即将发生的事毫无察觉。这件事将彻底改变她此后两年的生活。

For the moment at least, her holiday at the cottage had been ideal. She had spent many idle Continue Reading ...

分布式文件系统(DFS)

@ 阅读全文 | 2007/07/26 10:22am | Category: 系统管理 | 1,335 views  

在DFS中,资源是以文件夹的形式出现。用户节点在访问这些资源的时候会被DFS服务器重定向的远程资源提供者的位置,其实DFS只是起一个重定向的作用。用户通过UNC路径就可以很容易的访问DFS中的资源了。

如何使用DFS?
1、单击开始——程序——管理工具——DFS就可以打开DFS管理工具了
Continue Reading ...

SAP读书笔记

@ 阅读全文 | 2007/07/23 10:36am | Category: 应用服务 | 5,384 views  
Tags:
Pfcg
Su53        查看权限对象  st01  跟踪
St22         看dump,以分析错误  eg.找到ABAP程序出错的地方,找出founction,用se37查看找到的founction,找到有关权限检查(authority check),找到object,在pfcg中添加object并赋予权限
/h          debug
su01        Continue Reading ...

Installing Apache2.2, MySQL5 and PHP5 on FreeBSD 6.2

@ 阅读全文 | 2007/07/13 01:53pm | Category: 电脑网络 | 3,241 views  
Tags: , ,

++Installing MySQL Server 5
cd /usr/ports/databases/mysql50-server
make install clean
mysql_install_db
chown -R mysql /var/db/mysql/
chgrp -R mysql /var/db/mysql/
/usr/local/bin/mysqld_safe -user=mysql &
mysqladmin -u root password newpassword
echo ‘mysql_enable=”YES”‘ >> /etc/ rc.conf

++Installing Apache2.2
cd /usr/ports/www/apache22
make install clean
kldload accf_http  #resolved error of Continue Reading ...

UFS Explorer 下载

@ 阅读全文 | 2007/07/5 06:03pm | Category: 电脑网络, 系统管理, 资料共享 | 1,656 views  
Tags: ,

官方站点http://www.ufsexplorer.com/

    UFS Explorer software is the powerful, comprehensive and yet easy of use application for Data Access and Data Recovery. It is designed to give you simple alternative way to access or recover your data.
    With Continue Reading ...

freebsd 6.2 安装配置笔记

@ 阅读全文 | 2007/06/28 06:29pm | Category: 电脑网络, 系统管理 | 4,300 views  

freebsd 6.2 安装配置笔记

#最小化安装后….
sysinstall,改口令,时区,src-sys,ports,man,Xorg, bash3,cvsup-without-gui,lynx,linux,unzip
并设置网卡,sshd服务

++开启sshd服务
vi /etc/ssh/sshd_config ,加入以下行
PermitRootLogin yes
退出后重启服务即可 /etc/rc.d/sshd restart

++csh改bash
chfn -s /usr/local/bin/bash username

++网络设置
#ifconfig_lnc0=”DHCP”
Continue Reading ...

Ports和Packages 笔记

@ 阅读全文 | 2007/06/26 04:28pm | Category: 电脑网络, 系统管理 | 1,586 views  

++Ports安装
cd $dir
make clean #如需要
make install

++package安装方式
–>安装 pkg_add package name
–>移除 pkg_delete package name
#注意:只有.tgz的才是package ,.tar.gz的是source
–>用port tree安装(/usr/ports)软体目录 别忘了要更新port tree

++如何只抓取 tarball
cd /usr/ports/editors/joe/
make fetch  #仅会将 joe 的 tarball下载下来
make Continue Reading ...

vsftpd服务无法使用root登录

@ 阅读全文 | 2007/06/26 01:41pm | Category: 电脑网络, 系统管理 | 1,610 views  
Tags:

开放方法:

编辑/etc/vsftpd.user_list 和/etc/vsftpd.ftpusers

注释掉root所在行,然后重启服务即可.

(相应安全问题请自行考虑) Continue Reading ...

Page 8 of 38« First...«678910»...Last »

京ICP备06038449号