上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: failed to load iwl-debug-yoyo.bin (-2) dmesg | grep failed #[ 2.649274] iwlwifi 0000:02:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2) #[ 3.13 阅读全文
posted @ 2022-01-25 00:20 咕咚! 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: .gitlab.yml stages: - test - deploy before_script: - pip install virtualenv virtualenvwrapper - source /home/gitlab-runner/.virtualenvs/sanic_test/bin 阅读全文
posted @ 2022-01-12 13:57 咕咚! 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 代码: #!/bin/bash workdir=`cd "$(dirname "$0")";pwd` venv_dir=venv tuna=https://pypi.tuna.tsinghua.edu.cn/simple azkaban=/usr/lib/systemd/system/azkaban 阅读全文
posted @ 2022-01-12 13:55 咕咚! 阅读(249) 评论(2) 推荐(0) 编辑
摘要: cicd自动部署脚本记录 #!/bin/sh echo "自动部署开始" archiver_file=archiver if [ ! -d "$archiver_file" ]; then mkdir $archiver_file; fi echo "打包文件按" tar -zcvf $archiv 阅读全文
posted @ 2022-01-12 13:52 咕咚! 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Linux搭建Go访问Oracle环境 下载base和sdk包 官网下载下载连接, 下载所需版本的Basic Package (ZIP)和SDK Package (ZIP),然后解压。移动到某个目录下。 将SDK Package (ZIP)解压后里面的sdk文件夹复制到Basic Package ( 阅读全文
posted @ 2021-12-22 17:07 咕咚! 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Raspberrypi 升级系统到debian11 Raspberrypi 升级系统。 修改vi /etc/apt/source.list文件,将buster修改成bullseye 修改vi /etc/apt/source.list.d下的list文件,将buster修改成bullseye 国内的话 阅读全文
posted @ 2021-11-16 13:09 咕咚! 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Debian 安装KVM Debian 安装KVM,官网地址https://wiki.debian.org/KVM sudo apt-get install qemu-system libvirt-clients libvirt-daemon-system sudo adduser $USER li 阅读全文
posted @ 2021-11-12 10:39 咕咚! 阅读(733) 评论(0) 推荐(0) 编辑
摘要: Gin中使用yaag生成api文档时,在引用同步时,抛出如下报错: go mod tidy go: finding module for package gopkg.in/gin-gonic/gin.v1 go: finding module for package github.com/betac 阅读全文
posted @ 2021-11-04 11:14 咕咚! 阅读(898) 评论(0) 推荐(0) 编辑
摘要: .ari.conf 文件 # [Air](https://github.com/cosmtrek/air) TOML 格式的配置文件 # 工作目录 # 使用 . 或绝对路径,请注意 `tmp_dir` 目录必须在 `root` 目录下 root = "." tmp_dir = "tmp" [buil 阅读全文
posted @ 2021-11-03 09:33 咕咚! 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 自建DNS服务 采用bind9,作为DNS服务。 Debian官方WIKI 安装 apt-get install -y bind9 dnsutils 配置文件 主要的配置文件在下边 options options { directory "/var/cache/bind"; // IPV4的监听端口 阅读全文
posted @ 2021-08-08 23:19 咕咚! 阅读(346) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页