贵永龙的博客gyl.blog.chinaunix.net
cnscgyl
简约而不简单。
全部博文(121)
2017年(1)
2016年(4)
2015年(2)
2014年(24)
2013年(33)
2012年(13)
2011年(25)
2010年(13)
2009年(6)
songtao1
gprs08
zhouhu52
xinshou6
jemadar
cdw28
zwd11012
sgc66688
cynthia
Frank_su
doit913
Rimice
发布时间:2014-10-17 17:30:53
1. 安装一下两个: 1)yum install nfs-utils -y 2)yum install portmap -y2. 修改/etc/exports文件 增加:/home/nfs *(sync,rw,no_root_squash)3. 开启服务: systemctl start nfs-server.serv.........【阅读全文】
发布时间:2014-10-17 16:21:57
1.安装tftp. yum install tftp -y2.安装tftp服务器 yum install tftp-server -y3.修改配置文件 vim /etc/xinetd.d/tftpservice tftp{ socket_type .........【阅读全文】
发布时间:2014-10-17 15:12:30
用 NetworkManager 管理网络设置,并永久自定义 DNS. 可以如下设置: 修改 /etc/resolv.conf , 添加 "nameserver ip".运行 "sudo chattr +i /etc/resolv.conf", 该命令修改文件属性为 只有 root 用户才能修改该文件。去掉可将参数改为 "-i".以 root 身份运行 "service NetworkManager restart".........【阅读全文】
发布时间:2014-10-17 11:42:18
内核编译时出现一下问题:"mkimage" command not found - U-Boot images will not be built只需要找到mkimage的位置:locate mkimage然后mkimage这个工具考到/usr/bin下就可以了。......【阅读全文】
发布时间:2014-10-16 16:29:32
1.关闭防火墙: systemctl stop firewalld.service有必要的话就 systemctl disable firewalld.service2.安装samba。 yum install samba3. 配置/etc/samba/smb.conf 常规设置,注意将security = user 后面增加 m.........【阅读全文】
登录 注册