http://nmc.nchu.edu.tw/linux/nis.htm
http://blog.changyy.org/2008/10/freebsd-nis-client-amd-service.html
http://www.freebsd.org/doc/handbook/network-nis.html
http://paching.myweb.hinet.net/lesson15.htm
http://wiki.weithenn.org/cgi-bin/wiki.pl?NIS-Network_Information_Service
http://wiki.weithenn.org/cgi-bin/wiki.pl?NFS-Unix_%E9%96%93%E7%9A%84%E7%B6%B2%E8%B7%AF%E8%8A%B3%E9%84%B0#Heading4
http://netlab.cse.yzu.edu.tw/~statue/freebsd/docs/completed/140.shtml.htm
https://www.freebsd.org/doc/zh_CN/books/handbook/network-nis.html
2014年4月13日 星期日
2013年11月19日 星期二
FreeBSD9.1 + Nginx1.4.3 + php5.5 + MySQL5.6 + phpMyAdmin 4.0.9 安裝方法
1. FreeBSD 9.1
FreeBSD安裝應該沒什麼好講的吧XD2. Nginx 1.4.3
裝好 www/nginx 並設定一下 nginx.conf,接著去 /etc/rc.conf 加入 nginx_enable="YES"2013年9月23日 星期一
how to solve "Needs cairo build with X11 support" when installing ports
When installing some ports (like vim or xfce), it will need "cairo".
Some people might get an error message "Needs cairo build with X11 support", and you will get the answer from google:
# cd /usr/port/graphic/cairo
# make deinstall
# make install clean
howerver, it is useless for me.:(
# make deinstall
# make install clean
In fact, you just need to do is:
# make config
enable "X11 (graphics) support" and make it once again!
訂閱:
文章 (Atom)