大树

 
上一页 1 ··· 4 5 6 7 8 9 下一页

2011年5月26日

linux支持串口(serial)登录配置方法

摘要: 检查系统是否支持serial执行命令:[root@oscar root]# dmesg | grep ttyttyS0 at 0x03f8 (irq = 4) is a 16550AttyS1 at 0x02f8 (irq = 3) is a 16550A[root@oscar root]# setserial -g /dev/ttyS[01]/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4/dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3当显示出/dev/ttyS0 和/dev/ttyS1.时说明系统支持s 阅读全文

posted @ 2011-05-26 21:23 ruberzhu 阅读(22198) 评论(0) 推荐(1) 编辑

2011年3月19日

华为交换机常用命令

摘要: 1、display current-configuration //显示当前配置2、display interface GigabitEthernet 1/1/4 //显示接口信息3、display packet-filter interface GigabitEthernet 1/1/4 //显示接口acl应用信息4、display acl all //显示所有acl设置 3900系列交换机5、display acl config all //显示所有acl设置 6500系列交换机6、display arp 10.78.4.1 //显示该ip地址的mac地址,所接交换机的端口位置7、disp 阅读全文

posted @ 2011-03-19 13:04 ruberzhu 阅读(7105) 评论(0) 推荐(0) 编辑

2011年2月21日

自动修改linux下/etc/sysconfig/network-scripts/ifcfg-ethX网卡文件的脚本

摘要: 此脚本修改linux下/etc/sysconfig/network-scripts/ifcfg-ethX网卡文件中的网卡一、网卡二的IP地址(IPADDR)、子网掩码(NETMASK)信息#!/bin/shPROC=/bin/sedFILE_PATH1=/etc/sysconfig/network-scripts/ifcfg-eth0FILE_PATH2=/etc/sysconfig/network-scripts/ifcfg-eth1IP_PRIMAL1=`grep -i ipaddr $FILE_PATH1|awk -F "=" '{printf $2 }'`MASK_PRIMAL1=`g 阅读全文

posted @ 2011-02-21 14:33 ruberzhu 阅读(2065) 评论(0) 推荐(0) 编辑

clonezilla for usb as ghost or backup,auto ghost,auto backup(再生龙一键还原(备份)的制作)

摘要: 此文介绍如何将再生龙(clonezilla)像使用ghost一样对其镜像进行一键(自动)的恢复。 1.在此地址下载再生龙(clonezilla)的CD/USB版本(.iso为cd中使用的版本,.zip为usb存储设备中使用的版本),在此下载.zip文件 http://sourceforge.net/ 阅读全文

posted @ 2011-02-21 14:19 ruberzhu 阅读(2234) 评论(0) 推荐(0) 编辑

2011年1月25日

典型PC机上各种操作的近似时间

摘要: 在典型PC机上各种操作的近似时间:执行典型指令 1/1,000,000,000 秒 =1 纳秒 从一级缓存中读取数据 0.5 纳秒 分支预测错误 5 纳秒 从二级缓存中读取数据 7 纳秒 互斥锁定 / 解锁 25 纳秒 从主存储器中读取数据 100 纳秒 在 1Gbps 的网络中发送 2KB 数据 20,000 纳秒 从内存中读取 1MB 数据 250,000 纳秒 从新的磁盘位置读取数据 ( 寻轨 ) 8,000,000 纳秒 从磁盘中读取 1MB 数据 20,000,000 纳秒 在美国向欧洲发包并返回 150 毫秒 =150,000,000 纳秒 阅读全文

posted @ 2011-01-25 14:13 ruberzhu 阅读(332) 评论(0) 推荐(0) 编辑

Silicom Linux Bypass-SD Control Utility-bypass command

摘要: Silicom Linux Bypass-SD Control Utility 1. Compiling, installing and loading the software. Compiling and installing the software in the system directory:# make install2. Software loading:# bpctl_start 3. Using the software.Usage: bpctl_util if_index|bus:slot.function command [parameters] bpctl 阅读全文

posted @ 2011-01-25 13:43 ruberzhu 阅读(2757) 评论(0) 推荐(0) 编辑

Linux family member.(AS/ES/WS)

摘要: The following sections outline the major features of each Red Hat Enterprise Linux family member. Red Hat Enterprise Linux AS Red Hat Enterprise Linux AS (.advanced server.) is the top-of-the-line enterprise Linux solution, designed for large departmental and datacenter server deployments. Red Hat E 阅读全文

posted @ 2011-01-25 13:41 ruberzhu 阅读(368) 评论(0) 推荐(0) 编辑

linux网络问题-子网掩码与网关不在同一段的处理

摘要: linux网络问题linux 设置网络为 ip:168.200.28.195;掩码:255.255.248.0;网关:168.200.200.226 xp 设置网络为 ip:168.200.28.196;掩码:255.255.248.0;网关:168.200.200.226 xp 和 linux 都连接在一个路由a,路由ip设为:168.200.200.226;掩码:255.255.0.0,路由a连接到另一个路由b,路由b连接internet。 这个配置在xp下是能ping通路由a和路由b网关,xp可以访问internet;liunx不可以ping通路由a网关,linux不能访问interne 阅读全文

posted @ 2011-01-25 13:40 ruberzhu 阅读(1612) 评论(0) 推荐(0) 编辑

USB隨身碟版的Clonezilla live

摘要: USB隨身碟版(zip檔案)的可以在這裡下載下載後,可以在微軟Windows或是Linux機器,依照下列步驟就可以用它來開機(這裡的方法僅適用於隨身碟分割區中的檔案系統是FAT,如果是其他的檔案系統,你會需要grub或是其他的開機管理程式)。 使用微軟windows來製作: 確認你的USB存取裝置為FAT16或是FAT32,若不是,請將其格式化成FAT16或是FAT32。 把clonezilla-live.zip解開到你的USB存取裝置,請維持目錄結構,例如COPYING這個檔案要在該USB存取裝置目錄的最上層,亦即例如G:\COPYING等。 在微軟windows上點選你的隨身裝置,然後點目 阅读全文

posted @ 2011-01-25 13:38 ruberzhu 阅读(778) 评论(0) 推荐(0) 编辑

如何將Clonezilla live放到一個已經有其他作業系統存在的硬碟中

摘要: 本文件說明如何將Clonezilla live放到一個已經有其他作業系統存在的硬碟中。這裡我們使用grub這個開機管理程式當範例。你必須把Clonezilla live的所有檔案放在grub支援的檔案系統分割區中,例如FAT, ext2/3, reiserfs等。//注意// grub不支援NTFS的檔案系統,所以你不可以把Clonezilla live的檔案放在NTFS分割區中。如果你沒有另外的分割區可以放置Clonezilla live的檔案,你可以考慮用類似gparted這樣的程式來將你的分割區縮小然後劃分出另外一個分割區。本例中我們假設你已經有一個FAT的分割區/dev/hda4,準備 阅读全文

posted @ 2011-01-25 13:36 ruberzhu 阅读(676) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 下一页

导航