会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小吉猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
64
下一页
2023年3月14日
安装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 小吉猫
阅读(1868)
评论(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 小吉猫
阅读(192)
评论(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 小吉猫
阅读(742)
评论(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 小吉猫
阅读(135)
评论(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 小吉猫
阅读(2622)
评论(0)
推荐(0)
2023年3月5日
ubuntu20.04部署Nessus pro 10.5.0
摘要: 下载nessus # curl --request GET --url 'https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.0-ubuntu1404_amd64.deb' --output 'Nessus-
阅读全文
posted @ 2023-03-05 13:06 小吉猫
阅读(2247)
评论(1)
推荐(2)
2023年3月4日
ubuntu20.04部署Nessus Essentials 10.5
摘要: 下载nessus # curl --request GET --url 'https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.0-ubuntu1404_amd64.deb' --output 'Nessus-
阅读全文
posted @ 2023-03-04 19:44 小吉猫
阅读(209)
评论(0)
推荐(0)
2023年3月3日
ubuntu20.04 history命令记录格式
摘要: rsyslog 50-default.conf # vim /etc/rsyslog.d/50-default.conf *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,news.none -/var/
阅读全文
posted @ 2023-03-03 12:18 小吉猫
阅读(163)
评论(0)
推荐(0)
2023年3月2日
gitlab 启用双因子验证
摘要: 启用2AF 登录测试 参考文档 https://docs.gitlab.com/ee/security/two_factor_authentication.html#enforce-two-factor-authentication
阅读全文
posted @ 2023-03-02 19:15 小吉猫
阅读(66)
评论(0)
推荐(0)
docker部署gitlab 15.9
摘要: 环境要求 8 + of CPU 16 GB+ of RAM 50 GB+ of drive space docker-compose.yml version: '3.6' services: web: image: 'gitlab/gitlab-ce:latest' restart: always
阅读全文
posted @ 2023-03-02 17:39 小吉猫
阅读(250)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
64
下一页
公告