绿林寻猫
首页 友链 关于 免责声明
1 王者营地战绩数据王者荣耀查询网页源码 8,409 阅读 2 群晖Active Backup for Business套件备份Linux服务器教程 4,588 阅读 3 影视分享 4,492 阅读 4 (亲测)Jrebel激活破解方式2019-08-21 4,483 阅读 5 营地战绩数据查询获取接口 3,970 阅读
日常
文章
后端 前端 Linux 异常 Flutter
分享 群辉
登录
标签搜索
  • docker
  • springboot
  • Spring Boot
  • java
  • linux
  • Shiro
  • Graphics2D
  • 图片
  • 游戏账号交易
  • Mybatis
  • Spring Cloud
  • centos
  • 脚本
  • Web Station
  • 群辉
  • 王者营地
  • 战绩查询
  • 平台对接
  • Spring Cloud Alibaba
  • nacos
侧边栏壁纸
博主昵称
绿林寻猫

  • 累计撰写 249 篇文章
  • 累计收到 42 条评论
  • 首页
  • 栏目
    • 日常
    • 文章
      • 后端
      • 前端
      • Linux
      • 异常
      • Flutter
    • 分享
    • 群辉
  • 页面
    • 友链
    • 关于
    • 免责声明
搜索到 1 篇与 ubuntu 的结果
  • 安装及卸载NFS服务 2023-02-27
    安装及卸载NFS服务 centos 1) 安装步骤 # 服务端安装步骤 yum -y install rpcbind nfs-utils # 创建文件夹并赋权 mkdir /storage/data/ -p #如果出现挂载文件夹下面的文件找到不,记得给源添加权限 chmod 777 -R /storage/data/ vi /etc/exports #添加下行 /storage/data/ *(rw,sync,all_squash) # 使配置生效 exportfs -r # 启动服务 systemctl start rpcbind && systemctl start nfs # 设置开机启动 systemctl enable rpcbind && systemctl enable nfs # 检测 showmount -e 192.168.194.102 # 客户端安装步骤 yum -y install rpcbind # 检测 showmount -e 192.168.194.102 2) 卸载步骤 yum remove rpcbind nfs-utilsUbuntu 1) 安装步骤 # 服务端安装步骤 apt-get install nfs-kernel-server # 客户端安装步骤 sudo apt-get install nfs-common # 挂载 mount -t nfs 127.0.0.1:/data/nfs /data/testnfs # 卸载 umount /data/testnfs
    • 2023年02月27日
    • 712 阅读
    • 0 评论
    • 0 点赞
博主栏壁纸
博主头像 绿林寻猫

249 文章数
42 评论量
热门文章
  1. 1 王者营地战绩数据王者荣耀查询网页源码
    王者营地战绩数据王者荣耀查询网页源码
    8409 阅读 - 12/25
  2. 2 群晖Active Backup for Business套件备份Linux服务器教程
    群晖Active Backup for Business套件备份Linux服务器教程
    4588 阅读 - 01/23
  3. 3 影视分享
    影视分享
    4492 阅读 - 01/13
  4. 4 (亲测)Jrebel激活破解方式2019-08-21
    (亲测)Jrebel激活破解方式2019-08-21
    4483 阅读 - 04/15
  5. 5 营地战绩数据查询获取接口
    营地战绩数据查询获取接口
    3970 阅读 - 07/31
今日天气
标签云
广告 广告
舔狗日记
2021 - 2022 © Reach - maven.vip 湘ICP备19025792号
已运行 00 天 00 时 00 分 00 秒
RSS MAP