Rayy Lee

awk 'BEGIN{O="o"~"o";o="O"=="O";O+=+o;o_+=o""o;for(;++_o!=o_-O;)O_=O_"%c";printf(O_,o_*(o_-o)+O+O,o_*(o_-O)-O,o_*o_,o_*o_,o_*(o_-o)-O,o_*(o_-O)+O,o_*(o_-O)+O,o_-o)}'

导航

2016年6月22日 #

Ubuntu server中静态IP配置

摘要: (1)修改IP 配置文件 /etc/network/interfaces 加入以下语句:auto eth0iface eth0 inet staticaddress 192.168.2.86 #IP地址netmask 255.255.255.0 #子网掩码gateway 192.168.2.1 #网 阅读全文

posted @ 2016-06-22 11:13 rayylee 阅读(179) 评论(0) 推荐(0) 编辑