会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
打赏
苍山落暮
版权所有,违者必究 联系我:tomtellyou@163.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
54
下一页
2020年8月12日
关于casbin
摘要: 关于casbin 1.支持 ACL,RBAC,ABAC 等常用的访问控制模型 Casbin 的核心是一套基于 PERM metamodel (Policy, Effect, Request, Matchers) 的 DSL。 Policy: 定义权限的规则 Effect: 定义组合多个Policy
阅读全文
posted @ 2020-08-12 10:26 苍山落暮
阅读(840)
评论(0)
推荐(0)
2020年8月6日
mysql 开启binlog
摘要: mysql 开启binlog 1.修改配置文件 vi /etc/mysql/mysql.conf.d/mysqld.cnf server-id = 1 log_bin = /var/log/mysql/mysql-bin.log bind-address xxx //注意:如果本地可以连接,外部无法
阅读全文
posted @ 2020-08-06 18:18 苍山落暮
阅读(241)
评论(0)
推荐(0)
Ubuntu 安装 fluentd
摘要: Ubuntu 安装 fluentd 1.添加GPG key apt-key add /path/to/RPM-GPG-KEY-td-agent 2.添加镜像源 echo "deb http://packages.treasure-data.com/precise/ precise contrib"
阅读全文
posted @ 2020-08-06 17:36 苍山落暮
阅读(766)
评论(0)
推荐(0)
2020年7月30日
R语言
摘要: 1.R语言 (1.)安装包下载 vi /etc/apt/source.list deb https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/linux/ubuntu xenial/ apt-get update sudo apt install r-base
阅读全文
posted @ 2020-07-30 10:11 苍山落暮
阅读(128)
评论(0)
推荐(0)
2020年7月24日
ubuntu rancher安装部署
摘要: ubuntu rancher安装部署 #### 1.阿里云镜像加速 vim /etc/docker/daemon.json {"registry-mirrors": ["https://xwx6wxd1.mirror.aliyuncs.com"]} /etc/init.d/docker reload
阅读全文
posted @ 2020-07-24 08:54 苍山落暮
阅读(645)
评论(0)
推荐(0)
ubuntu mysql5.7安装
摘要: 1.卸载mysql apt-get autoremove --purge mysql-server-版本号 apt-get autoremove mysql-server apt-get remove mysql-common dpkg -l |grep ^rc|awk '{print $2}' |
阅读全文
posted @ 2020-07-24 08:53 苍山落暮
阅读(308)
评论(0)
推荐(0)
日志监听部署
摘要: log.io日志监听部署 1.安装服务端 npm install -g log.io vi ~/.log.io/server.json { "messageServer": { "port": 6689, "host": "127.0.0.1" }, "httpServer": { "port":
阅读全文
posted @ 2020-07-24 08:52 苍山落暮
阅读(268)
评论(0)
推荐(0)
2020年7月8日
kms相关文档
摘要: kms相关文档 http://www.pccppc.com/jihuo/windows-10-%e6%bf%80%e6%b4%bb%e4%b9%8bkms%e6%bf%80%e6%b4%bb%e7%af%87 https://docs.microsoft.com/zh-cn/previous-ver
阅读全文
posted @ 2020-07-08 19:59 苍山落暮
阅读(88)
评论(0)
推荐(0)
删除所有docker容器镜像
摘要: 1.停用全部运行中的容器: docker stop $(docker ps -q) 2.删除全部容器: docker rm $(docker ps -aq) 3.一条命令实现停用并删除容器: docker stop $(docker ps -q) & docker rm $(docker ps -a
阅读全文
posted @ 2020-07-08 19:52 苍山落暮
阅读(5074)
评论(0)
推荐(0)
ubuntu mysql5.7安装
摘要: 1.卸载mysql apt-get autoremove --purge mysql-server-版本号 apt-get autoremove mysql-server apt-get remove mysql-common dpkg -l |grep ^rc|awk '{print $2}' |
阅读全文
posted @ 2020-07-08 19:51 苍山落暮
阅读(1047)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
54
下一页
公告