xiaomi cyberdog 配置 VNC 远程桌面 2021-11-20 388 words 1 min read lubuntu配置 VNC 环境:mac , lubuntu 1.安装vnc服务 cyberdog开机,进入其命令行 1 ssh 192.168.2.180 -l mi 安装tightvncserver 1 sudo apt install tightvncserver Read more...
Superset二次开发-接入SSO 2020-07-12 1013 words 3 mins read 为了统一和安全考虑,将superset接入公司账号系统,使用员工现有邮箱和密码作为登录方式 env:superset 0.36.0 Superset使用FAB(Flask-App Read more...
Superset性能优化 2020-06-30 1607 words 4 mins read 从以下几个点出发 1. 修改缓存方式为redis 安装Redis pip install redis 修改配置文件incubator-superset/superset/confi Read more...
Github commit不统计Contribution 2020-06-21 469 words 1 min read Github注册有些年头了,自微软收购GitHub 后,官方宣布了一项重大更新,免费开放私有代码库。才逐渐用的多了起来,一直都是作为个人的代码 Read more...
Druid添加扩展S3数据源 2020-04-05 737 words 2 mins read 最近接触aws比较多,然后研究了下实时数仓druid/kylin的部分,数据是存在s3桶中,driud连接s3的文章介绍不多,只有官方有一点 Read more...
superset 源码安装/pip安装+superset二次开发环境搭建 2020-02-23 3238 words 7 mins read 环境: mac 10.15 Catalina + Anaconda 3 + Python3.7 + superset 0.30 Superset 是一款由 Airbnb 开源的“现代化的企业级 BI(商业智能) Web 应用程序”,其通过创建和分享 dashboard,为数据分析提 Read more...
hugo添加utterances评论功能 2020-01-05 554 words 2 mins read 之前使用hexo的时候,评论功能使用的是韩国的LiveRe.使用简单,但缺点是加载慢,后台访问不稳定。 趁这次迁移到hugo,正好换了评论功能 Read more...
迁移hexo博客到hugo 2020-01-05 2464 words 5 mins read 之前的博客生成是用的hexo,但是慢慢的随着博客增多速度 越来越慢,一些功能无法实现,比如图片预览的fancybox。 偶然看到了文章介绍hug Read more...
CDH6.3.1使用sentry权限控制 2020-01-02 2006 words 5 mins read 环境:CDH6.3.1,Centos7.5 上一篇记录的是kerberos。是用来管理用户身份*即用户身份认证 Sentry,用户身份和权限的映 Read more...