免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库

动态

2016-04-03

  • netocool 发表了新话题 2016-04-03 20:43
    文件合并?
    file1.txtfile2.txt如何把file1.txt对应的数字合并到file2.txt呢?谢谢。

2015-11-18

2015-06-16

  • netocool 发表了新话题 2015-06-16 14:29
    选择什么开源的存储产品好呢?
    我们公司目前有两个阵列柜带有光纤模块,另外有一台DELL R710带两张HBA 主机和阵列柜之间可以配置成multipath 请问使用什么的开源存储产品好点呢?openfil ...

2015-06-15

2014-08-05

  • netocool 发表了新话题 2014-08-05 16:55
    iptables 端口转发问题
    用户访问我的主机是根据域名访问的,例如: server1.knit.com server2.knit.com server3.knit.com server4.knit.com ...... 所有的这些域名都是指向同一I ...

2014-06-11

2014-01-09

  • netocool 发表了新话题 2014-01-09 17:27
    文本处理问题
    如下的文本内容,如何将interface和IP地址取出来? ! interface Vlan106 ip address 21.13.168.97 255.255.255.240 ! interface Vlan161 ip address 21. ...
  • netocool 发表了新话题 2014-01-09 16:36
    sed 固定数位输出问题
    例如: # echo Gi0/40 | sed 's/Gi//g' | sed 's/\b[^/]\b/0&/g' | sed 's/\///g' 0040 # echo Gi0/1/40 | sed 's/Gi//g' | sed 's/\b[^/]\ ...

2014-01-06

  • netocool 发表了新话题 2014-01-06 11:31
    MAC地址自动补0?
    如下的WWN和MAC地址: 20:1:54:7f:ee:c1:28:40 0:9:f:46:ce:5f 64:87:88:15:d0:7 我想把它们转化成XX:XX:XX:XX:XX的格式,不足XX的自动在前面补0,如下: 20: ...