系统未建立
发布时间:2017-09-11 15:42:13
1.增加虚拟网络命名空间 ip netns add net0 2.显示所有的虚拟网络命名空间EULER:~ # ip netns listnet0也可通过查看/var/run/netns目录下的文件来listEULER:~ # ls /var/run/netns/net0 3.进入.........【阅读全文】
发布时间:2017-09-08 20:05:43
在编译LXC时,遇到一个问题,提示 'aclocal-1.14'缺失。如下:WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake pa.........【阅读全文】