WHOIS概览

一. WHOIS的概念

  1.1什么是“WHOIS”

  “WHOIS”是当前域名系统中不可或缺的一项信息服务。在使用域名进行Internet冲浪时,很多用户希望进一步了解域名、名字服务器的详细信息,这就会用到WHOIS。对于域名的注册服务机构(registrar)而言,要确认域名数据是否已经正确注册到域名注册中心(registry),也经常会用到WHOIS。直观来看,WHOIS就是链接到域名数据库的搜索引擎,一般来说是属于网络信息中心(NIC)所提供和维护的名字服务之一。 继续阅读 »

HOWTO: Have All Your Windows Fonts in Ubuntu

分类:Debian/Ubuntu

Well, I had a giant tutorial going, but my computer crashed. So instead of making a giant tutorial explaining everything step-by-step, breaking down each action and command, I’m just going to post the bare minimum. Maybe later I’ll edit it (or someone else), but until then, following this tutorial blindly should also work. 继续阅读 »

使用.htaccess保护目录

分类:Apache

使用.htaccess对web目录进行保护,有2种方法。
一种是在apache2的配置文件中写入目录的保护状况,另外一种,是在需要保护的目录下放置.htaccess文件。
2种方法有些区别。一般来说,第一种的方法性能好些;而对于虚拟主机来说,似乎是只能采用第2种方法 继续阅读 »

HowTo: Speed up ubuntu boot process

分类:Debian/Ubuntu

This HowTo is for those who complaint ubuntu boot-up speed is pretty slow but not willing to install any alternative tools to speed up. The way I use here is not the altimate solution by any means but it does make differences and it does work. Everything done below is by tuning the boot process itself and because everyone’s computer might be different, there is a little risk that something below might break your system. Take your own judgment before you perform a change and always good to do a backup for the /etc dir. 继续阅读 »

Create a FTP server with user access (proftpd)

分类:Debian/Ubuntu

I created this How to for people who want to share files with friends using FTP protocol, like FTPservU under windows. The way i give you is not the only one, I hope my How to is enough clear.
This FTP server will allow only users with the good password (persons to whom you gave the password and username). So you will be sure that only known persons will access your FTP server. 继续阅读 »

用日志系统保护Linux安全

Linux系统中的日志子系统对于系统安全来说非常重要,它记录了系统每天发生的各种各样的事情,包括那些用户曾经或者正在使用系统,可以通过日志来检查错误发生的原因,更重要的是在系统受到黑客攻击后,日志可  
以记录下攻击者留下的痕迹,通过查看这些痕迹,系统管理员可以发现黑客攻击的某些手段以及特点,从而能够进行处理工作,为抵御下一次攻击做好准备。在Linux系统中,有三类主要的日志子系统: 继续阅读 »

让Apache支持ASP.NET

分类:Apache

这个是针对windows下的apache2,使其可以支持asp.net

Apache是目前广泛使用的一种网络服务器程序,不仅在UNIX/LINUX平台上被大量使用,而且在Windows平台上也有许多站点放弃了IIS而转向Apache。.NET是微软推出的功能强大的开发技术,其目标就是与Java抗衡。ASP.NET非常适合于中小企业的Web应用,其性能较ASP3.0有了极大的提高。下面就介绍让Apache支持ASP.NET的办法。

继续阅读 »


返回顶部