Monthly Archive for 三月, 2010

Linux之我见

这是我2007年上自然辨证法课程时候写的一篇文章作为考核作业上交的。现在翻出来更改添加了些内容,放在我的新窝。这是我2007年上自然辨证法课程时候写的一篇文章作为考核作业上交的。现在翻出来更改添加了些内容,放在我的新窝。……

快速安装:硬盘对硬盘拷贝系统

One can utilize the software “” to quickly copy an existing system from one harddisk to another harddisk.

To download the software: http://clonezilla.nchc.org.tw/

One should better burn a disc for convenient use.

先安装配置好一台机器,然后使用再生龙软件进行硬盘拷贝。

软件地址:http://clonezilla.nchc.org.tw/

最好刻录成光盘使用,用U盘启动非常慢。

……

继续阅读

配置网络打印机

1.服务器端安装软件:
aptitude install cupsys
aptitude install cupsys-bsd
aptitude install hplip

2.服务器端利用浏览器配置。输入地址
http://localhost:631
找到打印机,安装驱动(ppd文件),设置成网……继续阅读

编译安装内核

  1. Download the source: apt-get source linux-image-2.6.22**.
  2. Execute  command “make xconfig” to configure kernel options and save as ……

继续阅读

Cisco交换机分配Vlan

Assign vlans on a multiport (e.g., 24) can make one to be two or more  independent switches. In the following I take the 2950″ as an example to show the process of assigning static vlans:

给多端口(如,24端口)分配Vlan,可以将一个交换机当两个交换机使用。也即创建两个独立的网络。

下面以Cisco 2950为例说明在基于IOS的交换机上配置静态VLAN:

……

继续阅读

linux安装子系统

If one uses a 64-bit system but also wants to use 32-bit software (e.g., acroread), one can realize this by installing a 32-bit subsystem.

1.First create a directory where the subsystem will be installed:

mkdir /usr/local/subsystem

当你用的是64位系统,而又想用32位下才能找到的软件(如acroread),则可以通过安装子系统来实现。

1.先开辟一个空间目录:

mkdir /usr/local/subsystem

……

继续阅读

免密码su成root(包括非root用户)

1.如下编辑文件/etc/pam.d/,将前三个“auth”语句去屏蔽:
#This allows to su without passwords (normal operation)
auth  sufficient pam rootok.so
# Uncomment this to……继续阅读

配置网络文件系统

1.Install softwares in the server and client machines:

apt-get install -common

apt-get install nfs-user-server

apt-get install nfs--server

1.在本地机器和目标机器安装软件:

apt-get install nfs-common

apt-get install nfs-user-server

apt-get install nfs-kernel-server

……

继续阅读

  • Research papers by P. Zhang

评论

  • 正在加载...