Jeffrey's Blog

域名抢注相关知识

@ 阅读全文 | 2010/02/5 09:45am | Category: 系统管理 | 5 views  
Tags:

所谓抢注,简单地划分,有两种意义上的抢注:

  1、一个从未被注册过的域名的抢注。
  这种情况下,一般是域名的注册者预见到该域名潜在的价值,在其他人想到之前把该域名注册下来。此范围内包含一些对知名品牌,知名团体或个人的名称、知识产权等。

  2、对一个曾经被注册过的域名的抢注。
Continue Reading ...

解决Computer Browser服务启动后迅速停止

@ 阅读全文 | 2010/02/3 09:22pm | Category: 电脑网络 | 3 views  

win7环境下, Computer Browser服务启动后, 很快就停止了,把windows 的防火墙设置允许文件共享服务端口通过即可.

Log Name:      System
Source:        Service Control Manager
Date:          2010/2/3 1:37:55
Event ID:      7036
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      jeffrey-PC
Description:
Continue Reading ...

局域网广播风暴产生的原因及防范

@ 阅读全文 | 2010/02/3 01:48am | Category: 电脑网络 | 5 views  

本文详细分析了局域网中广播风暴的产生的原因,给出了相应的防范措施和解决方案。
  
Continue Reading ...

域名状态及其意义

@ 阅读全文 | 2010/02/2 03:48pm | Category: 系统管理 | 4 views  

# whois zhangjianfeng.com
Domain Name: ZHANGJIANFENG.COM
Registrar: BEIJING INNOVATIVE LINKAGE TECHNOLOGY LTD. DBA DNS.COM.CN
Whois Server: whois.dns.com.cn
Referral URL: http://www.dns.com.cn
Name Server: NS1.DNS.COM.CN
Name Server: NS2.DNS.COM.CN
Status: clientDeleteProhibited
Status: clientTransferProhibited
Updated Date: 31-mar-2009
Creation Date: 29-may-2006
Expiration Date: Continue Reading ...

CentOS/redhat学习笔记

@ 阅读全文 | 2010/01/31 10:51pm | Category: 电脑网络 | 5 views  

++把yum使用自动使用本地光驱更新
1. /etc/yum.repos.d/CentOS-Base.repo
将所有的项目都添加enabled=0
2. /etc/yum.repos.d/CentOS-Media.repo
[c5-media]
name=CentOS-$releasever – Media
baseurl=file:///media/cdrom/
file:///media/installcd/
gpgcheck=1
enabled=1
gpgkey=file://media/installcd/RPM-GPG-KEY-beta

++设置YUM更新源
[base]
name=CentOS-$releasever – Base
Continue Reading ...

VPS翻墙成功

@ 阅读全文 | 2010/01/30 10:24pm | Category: 电脑网络 | 10 views  

pptpd工作正常, 之前一直不成功的原因, 竟然是国内的DNS服务有域名劫持, 在远端的VPS上自建BIND, 一切都正常了.

Bind
yum install bind caching-nameserver bind-chroot bind-utils
cp /etc/named.caching-nameserver.conf /etc/named.conf
修改localhost / 127.0.0.1 Continue Reading ...

受不了国内的空间服务商,将博客迁至国外

@ 阅读全文 | 2010/01/29 02:14pm | Category: 电脑网络 | 11 views  

之前用国内的某家太不稳定了, 忍了2年,终于还是受不了了,现在使用美国的VPS, nginx+php(eAccelerator)+mysql

eAccelerator

Continue Reading ...

rrdtool1.4.2画图中文乱码解决

@ 阅读全文 | 2009/12/25 04:59pm | Category: 系统管理 | 185 views  
Tags: ,

rrdtool绘图时, 会取系统环境变更, 如果是中文, 就会在输出图片的时候, 自动输出中文(如XX月等),如果没有中文字体, 就是出现乱码。
解决办法有两个

1. 设置语言环境变量

2. 修改安装源文件代码后,再安装.
修改方法: vi src/rrd_graph.c
// setlocale(LC_NUMERIC, old_locale); /* reenable locale for rendering the graph */
setlocale(LC_ALL, “en_US.utf8″); /* reenable Continue Reading ...

英语点津2009年度十大金曲

@ 阅读全文 | 2009/12/24 10:36pm | Category: 休闲娱乐 | 139 views  

一. It’s amazing by Jem

Continue Reading ...

Linux software debugging with GDB

@ 阅读全文 | 2009/12/10 05:20pm | Category: 电脑网络 | 201 views  
Tags: , ,

Compiling

Before you can get started, the program you want to debug has to be compiled with debugging information in it. This is so gdb can work out the variables, lines and functions being used. To do this, compile your program under gcc (or g++) with an extra ‘-g’ option:

gcc -g eg.c -o eg

Running gdb

Gdb is run from the shell with the command ‘gdb’ with the program name as a parameter, for example Continue Reading ...

Page 1 of 6112345»...Last »

京ICP备06038449号