博客统计信息

用户名:Aaron@iiht
文章数:11
评论数:15
访问量:4036
无忧币:20
博客积分:518
博客等级:1
注册日期:2007-04-30

公告

只为成功找方法,不为失败找借口

2007-07-16 18:20:59
1  fdisk /dev/sda(hda)
    m——help
    partprobe——All the settings take infect
    mkfs -t vfat(ext3) /dev/hda5——format
    mkdir /part5
    df -h
    mount -t ext3 /dev/sda5 /part5
                      
    vi /etc/fstab——modify and save

2  How to mount home t..
类别:linux|阅读(161)|回复(1)|(0)阅读全文>>
2007-07-14 11:16:01
1  dd if=/dev/sda1 of=/dev/sda2 (SCSI HD)
    dd if=/dev/hda of=/dev/hdb    (IDE HD)
2  backup&restore mbr
    dd if=/dev/hda of=/mbr bs =512 count=1
    dd if=/mbr of=/dev/sda bs=512 count=1
3  make startup disk from usb
    mount /dev/cdrom
    cd /media/cdrom
    ls
    df -h
    dd if=diskboot.img of=dev/sdb
4  dump 0f /dev/rmt/0n(t..
类别:linux|阅读(105)|回复(1)|(0)阅读全文>>
2007-07-12 20:22:20
1. zip filezip file
   unzip filezip
2. gzip file
    gunzip file.gz
3.bunzip2 file.bz2


类别:linux|阅读(44)|回复(1)|(0)阅读全文>>
2007-07-12 20:15:28
Remote access:rlogin
1.instarell rlogin servece
2.service xinetd restart
3.ntsysv     (select rlogin and rsh)
4.vi /etc/hosts.equiv
   add the ip you want to access
5.rlogin 192.168.0.1(remote ip) -l user(remote username )
6.rsh 192.168.0.1 ls -l
7.rcp file1 192.168.0.2:/home/user
8.rlogiin 192.168.0.2 -l user

类别:linux|阅读(48)|回复(1)|(0)阅读全文>>
2007-07-11 18:20:22




vsftp的含义就是Very Security Ftp,其实就是一款FTP软件。
每个人安装软件的时候都有自己不同的方法,不过大多大同小异,以下是本人安装VSFTPD的方法
1、下载:
    从网上下载软件,我的版本是2.0.5,软件名为vsftpd-2.0.5.tar.gz
 
2、编译源代码:
          tar xvzf  vsftpd-2.0.5.tar.gz (解压,并进入解压后目录vsftpd-2.0.5)
          make
        &..
类别:linux|阅读(311)|回复(0)|(0)阅读全文>>
2007-06-19 18:14:41
The accessory is my teacher Vipin's presentation
类别:2003|阅读(71)|回复(1)|(0)阅读全文>>
2007-06-13 13:26:13
The accessory is my presentation
2007-06-07 18:15:35
The more detal is in the accessory.

LIST  IGPS
1、RIP(routing information protocol)
   max hop count=16
   management distance=120
   exchange routing info=30seconds

RIP V1
   not support veriable length subnet mask
2、RIP V2
   can support veriable length subnet mask

3、IGRP(Interior Gateway Routing Protocol)
   Band Width、Load、Delay、Reliability、MTU(can handwith the max data)
   Cisco protocol
   mana..
2007-06-05 17:55:22
Only list one part of the commands,open the accessory to view all the commands
 
 
R6(config)#router eigrp 100
R6(config-router)#network 200.1.6.0
R6(config-router)#network 200.10.10.20
R6(config-router)#network 200.10.10.16
R6(config-router)#no auto-summary
VERIFICATION COMMANDS:
Router#show ip protocols
Router#show ip eigrp neighbors
Router#show ip eigrp interfaces
Router#show ip eigrp topology
Router#show ip route eigrp
Router#debug ip eigrp neighbors
Router#debug eigrp pac..
2007-06-04 19:00:15
ROUTING INFORMATION PROTOCOL (RIP)
R2 Router Configuration
R2#conf t
R2(config)#interface ethernet 0
R2(config-if)#ip address 192.168.10.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#interface serial 0
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#clock rate 64000
R2(config)#router rip
R2(config-router)#network 192.168.10.0 (Enables RIP process in the interface)
R2(config-router)#network 192.168.20.0
NOTE: To remove the protocol use n..
2007-05-02 10:50:09
IIHT 6个月课程概览
科目                                课时                   天数 
硬件和网络基础            30 hrs            &nb..
类别:IIHT|阅读(723)|回复(4)|(0)阅读全文>>