Jeffrey’s Blog

wordpress2.61升级完成

Filed under: 站点日志 — Jeffrey @ Monday, September 8th, 2008 1:56 pm

感觉不错,推荐升级.

另外顺便修改了一下主题, 现在的主题是wordpress自带的, 可以自适应客户端屏幕大小,感觉花哨的东西更少, 打开速度更快, 更适合阅读. Continue Reading ...

CRIonline实用英语课堂学习笔记

Filed under: 英语学习 — Jeffrey @ Thursday, August 28th, 2008 6:42 pm

Unit 1   INTRODUCTIONS

Andy: Hi, I’m Andrew Mclane. Everybody calls me Andy.
不要说I’m Teacher Brown.  因teacher是职业而非称谓。 可以说 Mr. Brown
较正式: May I introduce myself? /Let me introduce myself./It’s nice to meet you. Allow me to introduce myself./May I have(ask) your name?
非正式: Hello, I’m Continue Reading ...

Linux SNMP OID’s for CPU,Memory and Disk Statistics

Filed under: 系统管理 — Jeffrey @ 5:58 pm

SNMP MIBs, OIDs Overview

MIB stands for Management Information Base and is a collection of information organized hierarchically. These are accessed using a protocol such as SNMP. There are two types of MIBs: scalar and tabular. Scalar objects define a single object instance whereas tabular objects define multiple related object instances grouped in MIB tables.
Continue Reading ...

lighttpd+mod_flv_streaming+flowplayer实现拖动播放/推荐FLV

Filed under: 应用服务 — Jeffrey @ Tuesday, August 26th, 2008 9:01 am

lighttpd安装配置
下载: http://www.lighttpd.net/download
./configure –prefix=/jeffrey/app/lighttpd-1.4.19  && make && make install
mkdir /jeffrey/app/lighttpd-1.4.19/conf/
mkdir /var/log/lighttpd
cp doc/lighttpd.conf /jeffrey/app/lighttpd-1.4.19/conf/
vi /jeffrey/app/lighttpd-1.4.19/conf/lighttpd.conf

server.modules              = (
…..
Continue Reading ...

英语写作必背200句

Filed under: 英语学习 — Jeffrey @ Tuesday, August 12th, 2008 1:41 pm

1. According to a recent survey, four million people die each year from diseases linked to smoking.
依照最近的一项调查,每年有4,000,000人死于与吸烟有关的疾病。

2. The latest surveys show that quite a few children have unpleasant associations with homework.
最近的调查显示相当多的孩子对家庭作业没什么好感。

3. No invention has received more praise and abuse than Internet.
Continue Reading ...

MySQL 服务器调优[zt]

Filed under: 系统管理 — Jeffrey @ Monday, August 4th, 2008 7:18 pm

利用服务器的几个调优技巧,让 MySQL 服务器飞速运行
如今,开发人员不断地开发和部署使用 LAMP(Linux®、Apache、MySQL 和 PHP/Perl)架构的应用程序。但是,服务器管理员常常对应用程序本身没有什么控制能力,因为应用程序是别人编写的。这份 共三部分的系列文章 Continue Reading ...

简单iscsi网络存储服务器的配置笔记

Filed under: 电脑网络 — Jeffrey @ Tuesday, July 29th, 2008 5:32 pm

1. iscsi-target 服务器端
(1)安装软件
rpm -ivh iscsitarget-0.4.13-14.19.i586.rpm  #SLES10SP2
* windows系统下有一个叫 starwind 的软件
(2)修改配置文件
vi /etc/ietd.conf
Target iqn.2001-04.com.example:storage.disk2.sys1.xyz.sda3
Lun 0 Path=/dev/sda3,Type=fileio
Target iqn.2001-04.com.example:storage.disk1.test.file1tb
Lun 0 Continue Reading ...

Subversion的用户自助修改口令实现(linux测试通过)

Filed under: 系统管理 — Jeffrey @ Thursday, July 24th, 2008 10:42 am

环境: SLES10-SP1+Apache-2.0.63+php-5.2.6+SVN-1.4.6
1. 编辑php模块支持

2. apache原svn配置如下
<location>
DAV svn
SVNParentPath /jeffrey/data/svnroot/repository/
AuthType Basic
AuthName “Subversion repository”
AuthUserFile htpasswd/.htpasswd.users
AuthzSVNAccessFile /jeffrey/data/svnroot/repository/conf/authz
Require valid-user
</location>

3. Continue Reading ...

SLES10-SP1+Apache-2.0.63+SVN-1.4.6安装配置笔记

Filed under: 系统管理 — Jeffrey @ Wednesday, July 23rd, 2008 1:39 pm

1.apache安装
./configure –prefix=/usr/local/apr && make && make install
./configure –prefix=/usr/local/apr-util –with-apr=/usr/local/apr/ && make && make install
./configure –prefix=/jeffrey/app/apache-2.0.63 –enable-so –enable-rewrite –enable-dav –with-apr=/usr/local/apr –with-apr-util=/usr/local/apr-util && make && make install

2. svn
tar jxf Continue Reading ...

[音乐欣赏]A place nearby

Filed under: 影音娱乐, 英语学习 — Jeffrey @ Sunday, July 20th, 2008 10:06 am

歌曲A place nearby(《天堂若比邻》)出自琳恩首张专辑“Playing my game”(《自由自在》),正是凭借“自由自在”,18岁的琳恩一跃成为欧洲炙手可热的音乐奇才。专辑中的主打歌曲“Unforgivable sinner(台湾歌手刘虹嬅翻唱为《左耳》)”一经推出,立时横扫挪威音乐排行榜,成为挪威有史以来销售量最高、销售速度最快的单曲。另一首曲子 “Sitting Down Continue Reading ...

Page 1 of 5612345»...Last »

京ICP备06038449号