Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4116988
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2019-03-27 15:42:57

运行mysql -u root -p运行 select @@datadir;+-----------------+| @@datadir       |+-----------------+| /var/lib/mysql/ |+-----------------+1 row in set (0.00 sec)停止mysqlsudo systemctl stop mysql查看mysql状态sudo systemctl status mysql备份mysql原始库 sudo m.........【阅读全文】

阅读(3442) | 评论(0) | 转发(0)

发布时间:2019-03-13 18:03:09

ctrl+Alt+T ,打开后台控制面,输入 sudo vim /etc/resolvconf/resolv.conf.d/base 回车在里面输入 nameserver 202.106.0.20之后按ESC键,shift+:    之后输入wq 保存退出执行sudo resolvconf -u            ,执行cat /etc/resolv.conf 看看下面是否多了一行.........【阅读全文】

阅读(5577) | 评论(0) | 转发(0)

发布时间:2019-03-13 17:57:39

因为ubuntu下的nginx使用www-data用户,所以要将tomcat的用户,加入到www-data用户组。sudo usermod -aG www-data hongruisudo chown -R hongrui:www-data /opt/reportsudo chmod -R 0750 /opt/report配置后nginx可以下载-rw-r--r-- 1 hongrui hongrui 13 Mar 13 16:18 perm.log这样的文件但是无法下载-.........【阅读全文】

阅读(68211) | 评论(0) | 转发(0)

发布时间:2019-03-12 13:40:05

查看私钥中是否有密码openssl rsa -in client.key  -text -noout删除私钥中的密码openssl rsa -in client.key -out clientnop.key......【阅读全文】

阅读(2306) | 评论(0) | 转发(0)

发布时间:2019-01-26 15:36:13

......【阅读全文】

阅读(3646) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册