Monthly Archives: 2013年11月
← Continue Reading
另一种调用方式:
$fu = new FileUtil();
$fu->copyFile('a/1/2/3', 'a/1/2/4');
← Continue Reading
Linux下网卡命名规律:eth0,eth1。第一块以太网卡,第二块。lo为环回接口,它的IP地址固定为127.0.0.1,掩码8位。它代表你的机器本身。
1、ifconfig是查看网卡的信息。
ifconfig [Interface]
Interface是可选项,如果不加此项,则显示系统中所有网卡的信息。如果添加此选项则显示所指定的网卡信息
例如:ifconfig eth0
eth0 L...