04 2025 档案
摘要:git remote set-url --push origin ssh://name@ip:29418/repo-tool 修改push 删除--push,就是修改fetch
阅读全文
摘要:sudo crontab -l 查看定时任务 sudo crontab -e 设置定时任务 0 1 */2 * * /mnt/hdd/backup.sh 字段位置 含义 这个例子中的值 含义解释 第1位 分钟(0–59) 0 在 0 分执行,也就是整点 第2位 小时(0–23) 1 凌晨 1 点执行
阅读全文
摘要:ssh -p $SERVER_PORT $USER_NAME@$SERVER_IP gerrit create-project $PROJECT_NAME_PREFIX/$i echo "Pushing all branches to: ssh://$USER_NAME@$SERVER_IP:$SE
阅读全文
摘要:缺少插件,去Plugin Manager -> Available -> 搜索“ matrix-auth ” 点击安装-> 重启jenkins 即可 需要安装对应版本 Jenkins 2.289 版本中安装 Matrix Authorization Strategy 插件,根据 Matrix Au
阅读全文
摘要:打开powershell irm https://get.activated.win | iex 按提示操作即可 这是GitHub地址 https://github.com/massgravel/Microsoft-Activation-Scripts
阅读全文
摘要:diff 命令(基础文本差异) diff 可递归比较两个目录下的文件内容和结构差异,显示新增、删除或修改的文件及具体行差异。 diff -r folder1 folder2 diff -r --exclude=.git --exclude=.repo ../../u-boot/ ./u-boot/
阅读全文
摘要:当源码汇入gerrit过程中,部分仓库可能会有类似如下报错: /home/xxx/Project/Android/aosp/kernel/prebuilts/4.19/arm64 枚举对象中: 15, 完成. 对象计数中: 100% (15/15), 完成. 使用 16 个线程进行压缩 压缩对象中:
阅读全文
摘要:安装ldap之后进行配置 配置完成之后,进行链接 报错无证书的问题 这是jenkins的配置文件 /etc/default/jenkins 对JAVA_ARGS和JENKINS_ARGS参数修改为 JAVA_ARGS="-Xmx256m -Dcom.sun.jndi.ldap.object.disa
阅读全文
摘要:亲测好用 小白下载rar压缩包,解压可用 ps:不会解压,建议该花点儿就花点儿,让别人给你装系统,50以内都合理 https://github.com/zbezj/HEU_KMS_Activator(releases)
阅读全文
摘要:很好用 开发中一直在使用 界面简洁,命名众多 tool.h234.cn
阅读全文
摘要:Jenkins 2.289.3版本,避免加载失败或依赖冲突。以下是经验证的兼容插件版本清单(基于插件官方兼容性说明 & 社区使用情况): ✅ Jenkins 2.289.3 兼容插件版本推荐 插件名称 推荐版本 最低 Jenkins 要求 structs 1.23 Jenkins 2.121.1 j
阅读全文
摘要:要把 sudo ~/review_site/bin/gerrit.sh start 设置为开机自启,推荐的方式是在 systemd 中添加一个自定义的 service 单元。以下是详细、务实的步骤。 ✅ 1. 创建 Systemd Service 文件 编辑一个 service 文件,例如命名为:
阅读全文
摘要:1,选择数据库 use database; 2,查询编码方式 SHOW VARIABLES LIKE 'character_set_%'; 3,转换数据库字符集 ALTER DATABASE reviewdb CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode
阅读全文
摘要:https://download.csdn.net/download/2301_77526990/90592341 安装包资源
阅读全文
摘要:sed -i 's/USER_NAME/repo_username/g' .repo/manifests/rk35xxx
阅读全文
摘要:sudo ~/review_site/bin/gerrit.sh start; sudo /etc/init.d/apache2 start;
阅读全文
摘要:1,备份原数据库 mysqldump -u root -p --routines --events --all-tablespaces testdb > testdb_full_backup.sql 2,创建新数据库 CREATE DATABASE testdb_new; 3,导入原数据库的备份 m
阅读全文
摘要:1,修改/etc/apache2/sites-enabled目录下软连接内容 增加标签virtualhost标签 <VirtualHost *:8888> ServerName ip地址 # 设置共享文件的根目录 DocumentRoot 文件路径 # 允许显示目录内容 <Directory 文件路
阅读全文
摘要:sudo -u jenkins -i 切换jenkins用户 切换之前,使用 id jenkins 确认jenkins用户存在 然后就可以执行你的调试 注意事项 1,确认权限问题
阅读全文
摘要:repo init -u ssh://name@ip:port/prx/manifest.git -b master -m xxx.xml
阅读全文
摘要:sudo apt-get update && sudo apt-get install -y \ bc binfmt-support bison bsdmainutils build-essential chrpath cmake cpio curl \ device-tree-compiler d
阅读全文
摘要:wget https://pkg.jenkins.io/debian-stable/binary/jenkins_2.289.3_all.deb sudo dpkg -i jenkins_2.289.3_all.deb sudo apt-get -f install sudo apt install
阅读全文
摘要:1,安装时会出现ssl错误,协议不匹配 fatal: caused by javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropr
阅读全文
摘要://1、使用wget下载tar包 wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_5.7.36-1ubuntu18.04_amd64.deb-bundle.tar //2、在目录下解压tar包 tar xvf
阅读全文

浙公网安备 33010602011771号