随笔分类 -  linux上服务器的搭建

centos7上安装mysql
摘要:在centos的库中mysql已经被mariadb数据库替代,如果想继续在centos上安装mysql就需要自己下载安装包#wgethttp://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm#rpm-ivhmysql-commu... 阅读全文

posted @ 2014-10-28 18:51 亲吻昨日的阳光 阅读(95) 评论(0) 推荐(0)

ubuntu下搭建nfs服务器
摘要:1.首先查看系统中是否安装了nfs服务,命令为:dpkg -l | grep nfs2. 如果没有安装如上文件 则在线安装nfs服务和客户端及端口映射程序命令为: apt-get install nfs-kernel-server nfs-common portmap在这里的portmap被rpcb... 阅读全文

posted @ 2014-05-24 17:47 亲吻昨日的阳光 阅读(123) 评论(0) 推荐(0)

导航