代码改变世界

随笔分类 -  ubuntu

ubuntu 下安装nfs

2013-08-20 19:10 by minus01, 365 阅读, 收藏,
摘要: 1. 安装nfs服务,设置nfs主目录 tom@ubuntu:/$ sudo mkdir -p /source/rootfs/ tom@ubuntu:/$ sudo chmod -R 777 /source tom@ubuntu:/~$ sudo apt-get install nfs-kernel 阅读全文

ubuntu搭建tftp服务器

2013-08-20 18:51 by minus01, 194 阅读, 收藏,
摘要: 1. 安装tftp服务,设置tftp主目录。 tom@ubuntu:/$ sudo apt-get install tftp-hpa tftpd-hpa tom@ubuntu:~$ mkdir /tftpboot/ tom@ubuntu:~$ sudo chmod 777 /tftpboot/ 2. 阅读全文