HP磁阵扩容笔记
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 ...
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 ...
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中,资源是以文件夹的形式出现。用户节点在访问这些资源的时候会被DFS服务器重定向的远程资源提供者的位置,其实DFS只是起一个重定向的作用。用户通过UNC路径就可以很容易的访问DFS中的资源了。
如何使用DFS?
1、单击开始——程序——管理工具——DFS就可以打开DFS管理工具了
Continue Reading ...
++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 ...
官方站点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 安装配置笔记
#最小化安装后….
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安装
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 ...
开放方法:
编辑/etc/vsftpd.user_list 和/etc/vsftpd.ftpusers
注释掉root所在行,然后重启服务即可.
(相应安全问题请自行考虑) Continue Reading ...