• RSS订阅
  • 交换链接
  • 首页

Jeffrey’s Blog

Web&P2P架构及优化


Archive for the '电脑网络' Category

Page 7 of 37« First...«56789»...Last »

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

July 31st, 2007

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 hours relaxing on the deck: reading, eating a sandwich when she was hungry and in the evening watching the sky turn from brilliant orange to peach and finally to pale purple, eventually the light becoming dim. It was about this time that the mist would begin to rise from the cool water hiding in the dense forest that hugged the shoreline. Late evening dew glistened on every bush and soon the loons’ call would resound across the water. She decided to take one last dip in the lake. As the cool night air touched her arms, she gave a little shiver and decided it was time to move inside.
阅读全文——共8121字

分布式文件系统(DFS)

July 26th, 2007

在DFS中,资源是以文件夹的形式出现。用户节点在访问这些资源的时候会被DFS服务器重定向的远程资源提供者的位置,其实DFS只是起一个重定向的作用。用户通过UNC路径就可以很容易的访问DFS中的资源了。
如何使用DFS?1、单击开始——程序——管理工具——DFS就可以打开DFS管理工具了2、在DFS中单击装置——新建DFS根,根据弹出的向导就可以建出一个DFS的根3、单击装置——新建DFS连接,就可以为我们的DFS创建出其它的共享。这样就可以建立我们DFS的树形结构了。4、用户可能通过UNC路径来访问发布的DFS资源。

SAP读书笔记

July 23rd, 2007

Pfcg  Su53        查看权限对象  st01  跟踪  St22         看dump,以分析错误  eg.找到ABAP程序出错的地方,找出founction,用se37查看找到的founction,找到有关权限检查(authority check),找到object,在pfcg中添加object并赋予权限/h          debugsu01        建用户ID,TMSADM这个用户不能锁定,它是系统默认的传输用户,SAPSYS也是系统用户,不能锁定
阅读全文——共20894字

Installing Apache2.2, MySQL5 and PHP5 on FreeBSD 6.2

July 13th, 2007

++Installing MySQL Server 5 cd /usr/ports/databases/mysql50-servermake install cleanmysql_install_dbchown -R mysql /var/db/mysql/chgrp -R mysql /var/db/mysql//usr/local/bin/mysqld_safe -user=mysql &mysqladmin -u root password newpasswordecho ‘mysql_enable=”YES”‘ >> /etc/ rc.conf
阅读全文——共1015字

UFS Explorer 下载

July 5th, 2007

官方站点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 UFS Explorer you can read-only (in non-destructive way) access data on partitions of different Operation Systems: Windows, Linux, BSD, MacOS (FAT12, FAT16, FAT32, NTFS, NTFS5, Ext2, Ext3, ReiserFS, XFS, UFS, UFS2, HFS, HFS+, UDF, ISO9660); different types of Storages: most Windows OS-pluggable disk drives, including PATA/SATA disks, SCSI drives, USB storages (flash, digital devices, external hard disks), RAID arrays (even disassembled), image files of these storages and CD/DVD images, as well as virtual storages, created by Virtualization Software of leading vendors: VMWare, Microsoft, Parallels.    Along with own alternative data access engine, UFS Explorer products has extended functions to recover your lost data due to software/hardware faults, file deletion, disk format, disk re-partitioning or virus attack.    The software suits even to Professionals in Data Recovery and gives comprehensive tool set for Data Access, Files Undelete, lost partitions recovery, disk backup and RAW, 'Ultimate Data Recovery': the last resort in recovering data from severely corrupted partitions, basing on set of heuristic analysis and signature-based algorithms.

freebsd 6.2 安装配置笔记

June 28th, 2007

作者: Jeffrey
出处:http://blog.zhangjianfeng.com/?p=588
freebsd 6.2 安装配置笔记
#最小化安装后….sysinstall,改口令,时区,src-sys,ports,man,Xorg, bash3,cvsup-without-gui,lynx,linux,unzip并设置网卡,sshd服务
阅读全文——共5960字

Ports和Packages 笔记

June 26th, 2007

作者: Jeffrey
出处:http://blog.zhangjianfeng.com/?p=586
++Ports安装cd $dirmake clean #如需要make install
++package安装方式 –>安装 pkg_add package name –>移除 pkg_delete package name #注意:只有.tgz的才是package ,.tar.gz的是source –>用port tree安装(/usr/ports)软体目录 别忘了要更新port tree 
阅读全文——共1200字

vsftpd服务无法使用root登录

June 26th, 2007

开放方法:
编辑/etc/vsftpd.user_list 和/etc/vsftpd.ftpusers
注释掉root所在行,然后重启服务即可.
(相应安全问题请自行考虑)

简要安装FreeBSD 6.2及配置桌面环境[zz]

June 25th, 2007

这里的安装过程其实也很简单,在这里我不打算讲解虚拟机 vmware 上的安装(因为和实际的环境相差不大。同时,这个安装假定你的机器为没有任何操作系统的裸机且您只打算在这个机器上安装一个单一的 FreeBSD 系统。(有关多系统共存的安装方式,请自行参阅 handbook 的相关章节)。
下面转入正题:
1、翻阅你的 handbook 手册,查看你的机器是否适合安装 FreeBSD。
2、将 FreeBSD-Install 光盘放入你的机器的光驱中,启动电源,在光盘启动FreeBSD的启动菜单中按 1 进入安装,此时系统会进入 “Country Selection”选择菜单。
阅读全文——共11522字

linux as2.1 软raid5坏盘更换笔记

June 22nd, 2007

作者: Jeffrey
出处:http://blog.zhangjianfeng.com/?p=583
硬件:hp 9000小型机软件:redhat as2.11.查看raid信息cat /etc/raidtab,如果有信息就可以用命令  lsraid -a /dev/md0  查看详细内容,包括各盘的状态等但运行lsraid -a /dev/md3,显示其中一块盘状态为failed[dev   8,  49] /dev/sdd1        AED294EF.331491E9.8D3C2C28.9C9E47A8 failed2.关机,取出坏盘,更换新盘3.开机,对新盘进行重新分区4.运行raidhotadd /dev/md3 /dev/sdd15. 运行 cat /proc/mdstat看恢复的进度Personalities : [raid1] [raid5] read_ahead 1024 sectorsmd3 : active raid5 sdd1[5] sdg1[4] sdf1[3] sde1[2] sdc1[0]      142261760 blocks level 5, 64k chunk, algorithm 0 [5/4] [U_UUU]      [==>………………]  recovery = 11.9% (4260096/35565440) finish=52.3min speed=9956K/secmd5 : active raid1 sdb1[1] sda1[0]      307136 blocks [2/2] [UU]      md0 : active raid1 sdb2[1] sda2[0]      20479936 blocks [2/2] [UU]      md4 : active raid1 sdb3[1] sda3[0]      9609152 blocks [2/2] [UU]      md2 : active raid1 sdb4[1] sda4[0]      3071936 blocks [2/2] [UU]      md1 : active raid1 sdb5[1] sda5[0]      2097088 blocks [2/2] [UU]     

Page 7 of 37« First...«56789»...Last »


    最新文章

    • CRIonline实用英语课堂学习笔记
    • Linux SNMP OID’s for CPU,Memory and Disk Statistics
    • lighttpd+mod_flv_streaming+flowplayer实现拖动播放/推荐FLV
    • 英语写作必背200句
    • MySQL 服务器调优[zt]
    • 简单iscsi网络存储服务器的配置笔记
    • Subversion的用户自助修改口令实现(linux测试通过)
    • SLES10-SP1+Apache-2.0.63+SVN-1.4.6安装配置笔记
    • [音乐欣赏]A place nearby
    • 不错的firefox插件---鼠标手势mouse gestures

    评分最高文章

      • 今天下载的一个CHM文件,打开时右边的内容看不到,提示“该页无法显示”。
      • linux日志服务器配置笔记
      • Legato networker学习笔记(杂)
      • linux tips 技巧笔记
      • [BT下载]2006韩剧-葡萄园的那小伙儿
      • 我家的金吉拉
      • 卡巴斯基病毒库离线更新方法
      • 忽悠姐妹花主题曲下载
      • 轻轻松松把 Apache 配置安全
      • 北京IDC机房介绍

    随机文章:

    • SATA、SAS和FC-AL主要特性对比
    • 安装FAlbum,建立基于Flickr的简单图片相册
    • 混在北京全攻略ZT
    • 七家购物网站被列入“黑名单“(附名单)
    • RAID的解释(搞笑)
    • 2008年十二生肖运程
    • Sharepoint portal 网站目录安全性设置错误导致无法Sps无法访问的解决
    • 没有光驱的笔记本通过RIS安装操作系统笔记
    • vi技巧收集
    • 近视眼配镜攻略(转帖)

    最新评论

    • 是的. 只要端口不冲突就可...
    • 请教 我在UBUNTU上 (8。04)装了apache2....
    • 謝謝您提供的這些訊息...
    • venhow, 我已经好久没用legato networker了,...
    • 謝謝。 我還沒有提及最主要的一點...
    • 是7.x版本吗? 我记得在配置备份源目...
    • 謝謝。 是原主機(server)還原。 您...
    • venhow,你好 我这边没有相关环境,但根...
    • 您好。 我現在用legato還原的時候,...
    • :em09: :em12: :em11: :em06: :em16: :em14: :...


    邮件订阅  
  • Categories

    • 个人日志 (15)
    • 休闲娱乐 (79)
    • 应用服务 (87)
    • 影音娱乐 (10)
    • 电脑网络 (80)
    • 站点日志 (19)
    • 系统管理 (244)
    • 英语学习 (16)
    • 衣食住行 (41)
    • 资料共享 (28)
  • 工具网址

    • 天气预报
    • 常用电话
    • 疾病查询
    • 在线翻译
    • Alexa排名查询
    • IP信息查询
    • 邮箱图标生成
    • 我的Firefox插件
  • 友情链接

    • linuxの飘扬
    • winter的平凡生活
    • 伤感星星的天空
    • 回忆未来[张宴]
    • 存储部落
    • 扶凯Blog
    • 沐宇春风
    • 爱MySQL中文网
    • 狗.车.志
    • 非礼勿视
    • 顾秦博客
  • Tags

    • 下载 优化 使用 免费 北京 升级 学习 学习笔记 安装 工具 性能 技巧 日志 最新 服务器 笔记 英语学习 菜谱 视频 解决 调优 软件 运程 配置 配置文件 食物 2007 apache blog dreamhost freebsd Legato linux mysql networker oracle php RAID5 RedHat sendmail squid suse Ubuntu windows wordpress

Jeffrey's Blog is powered by WordPress 2.3.1 and Unnamed 1.22
Entries (RSS) and Comments (RSS) Admin 京ICP备06038449号

Podcast Powered by podPress (v8.8)