2019年3月20日
posted @ 2019-03-20 11:07
现实不似你所见
阅读(2)
推荐(0)
2019年3月13日
posted @ 2019-03-13 13:17
现实不似你所见
阅读(4)
推荐(0)
摘要:
刷新cmd缓存ipconfig /flushdns
阅读全文
posted @ 2019-03-13 10:36
现实不似你所见
阅读(743)
推荐(0)
摘要:
ubuntu12.04挂载远程nfs目录,出现下面错误:mount: wrong fs type, bad option, bad superblock on 192.168.xx.xx:/progs,missing codepage or helper program, or other erro
阅读全文
posted @ 2019-03-13 10:34
现实不似你所见
阅读(3074)
推荐(0)
摘要:
ubuntu16上 PermitRootLogin yes vi /etc/ssh/sshd_config 修改为 # Authentication:LoginGraceTime 120PermitRootLogin prohibit-passwordStrictModes yes 修改为 # Au
阅读全文
posted @ 2019-03-13 10:30
现实不似你所见
阅读(560)
推荐(0)
posted @ 2019-03-13 10:25
现实不似你所见
阅读(8)
推荐(0)
摘要:
1、sudo apt-get install nfs-kernel-server 2、打开配置:vi /etc/exports 3、exports的最后一行加入/data/fileshare *(rw,sync,no_subtree_check,no_root_squash)这句话,保存退出 4、m
阅读全文
posted @ 2019-03-13 10:02
现实不似你所见
阅读(10442)
推荐(1)
posted @ 2019-03-13 09:59
现实不似你所见
阅读(2)
推荐(0)
2019年3月11日
摘要:
作者:bugall 来源:CSDN 原文:https://blog.csdn.net/bugall/article/details/45740555 版权声明:本文为博主原创文章,转载请附上博文链接! 添加中文字符编码: $sudo vim /var/lib/locales/supported.d/
阅读全文
posted @ 2019-03-11 17:19
现实不似你所见
阅读(188)
推荐(0)
摘要:
1、service mysql stop 2、在终端命令行输入 mysqld_safe --skip-grant-tables & 【登录mysql系统】 3、输入mysql登录mysql系统 mysql -uroot -p 密码为空 mysql> use mysql; mysql> UPDATE
阅读全文
posted @ 2019-03-11 16:58
现实不似你所见
阅读(177)
推荐(0)