会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
66
下一页
2023年3月25日
Influxdb 使用帮助
摘要: Influxdb # Influxdb --help Start up the daemon configured with flags/env vars/config file. The order of precedence for config options are as follows (
阅读全文
posted @ 2023-03-25 21:14 小吉猫
阅读(486)
评论(0)
推荐(0)
2023年3月22日
daemon.json 常用配置项
摘要: { "registry-mirrors":["https://fv50tv30.mirror.aliyuncs.com","https://reg-mirror.qiniu.com"], "dns":["114.114.114.114","8.8.8.8"], "data-root": "/data
阅读全文
posted @ 2023-03-22 11:22 小吉猫
阅读(185)
评论(0)
推荐(0)
2023年3月17日
grafana二进制部署
摘要: 创建grafana用户 # groupadd -g 1025 -o -r grafana # useradd -M -N -g grafana -o -r -d /data/apps/grafana -s /bin/false -c "grafana Server" -u 1025 grafana
阅读全文
posted @ 2023-03-17 16:54 小吉猫
阅读(721)
评论(0)
推荐(0)
2023年3月15日
AmlogicKitchen使用
摘要: 环境 # cat /etc/issue Ubuntu 22.04.1 LTS \n \l 下载AmlogicKitchen # git clone https://github.com/xKern/AmlogicKitchen.git # cd AmlogicKitchen # git submod
阅读全文
posted @ 2023-03-15 17:50 小吉猫
阅读(1722)
评论(0)
推荐(0)
2023年3月14日
搭建android源代码gitlab仓库
摘要: git设置 # git config --global http.postBuffer 1048576000 manifest.xml 原始的manifests.xml文件在源头代码repo仓库中 # ls -l .repo/ total 40 drwxrwxr-x 5 1001 1001 4096
阅读全文
posted @ 2023-03-14 16:04 小吉猫
阅读(800)
评论(0)
推荐(0)
安装repo
摘要: ubuntu $ sudo apt-get install repo 清华源 # curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo # chmod +x repo google $ mkdir -p ~/.bin $ PAT
阅读全文
posted @ 2023-03-14 15:42 小吉猫
阅读(2106)
评论(0)
推荐(0)
2023年3月8日
docker部署区块链浏览器 explorer
摘要: 下载explorer # git clone https://github.com/ethereumclassic/explorer docker-compose.yml version: '3' services: app: build: . command: ./app.js restart:
阅读全文
posted @ 2023-03-08 17:17 小吉猫
阅读(227)
评论(0)
推荐(0)
2023年3月7日
部署gerrit 3.7.0
摘要: 安装jdk11 下载jdk # wget -O jdk-11.0.18_linux-x64_bin.tar.gz https://download.oracle.com/otn/java/jdk/11.0.18+9/e9f4529b2fa84718a553a389cb2a6629/jdk-11.0.
阅读全文
posted @ 2023-03-07 19:06 小吉猫
阅读(795)
评论(0)
推荐(0)
nginx password认证
摘要: 创建用户 # echo -n 'test:' >> passwd.test 生成密码 # openssl passwd test123 >> passwd.test 查看passwd.gerrit # cat passwd.test test:l8YNe5sp98BZE nginx.conf ser
阅读全文
posted @ 2023-03-07 18:36 小吉猫
阅读(156)
评论(0)
推荐(0)
2023年3月6日
repo manifest.xml
摘要: repo Manifest Format <?xml version="1.0" encoding="UTF-8"?> <manifest> <remote name="aosp" # 在每一个.git/config文件的remote项中用到这个name。remote "aosp" fetch="g
阅读全文
posted @ 2023-03-06 18:01 小吉猫
阅读(2933)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
66
下一页
公告