上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 56 下一页
摘要: 环境 # 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 小吉猫 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 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 小吉猫 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 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 小吉猫 阅读(877) 评论(0) 推荐(0) 编辑
摘要: 下载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 小吉猫 阅读(136) 评论(0) 推荐(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 小吉猫 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 创建用户 # 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 小吉猫 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 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 小吉猫 阅读(1507) 评论(0) 推荐(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 小吉猫 阅读(1445) 评论(1) 推荐(2) 编辑
摘要: 下载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 小吉猫 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 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 小吉猫 阅读(132) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 56 下一页