上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 76 下一页
摘要: 设置go代理go env -w GOPROXY=https://goproxy.cn,direct go mod init hid 生成go.modgo mod tidy ****************main.gopackage mainimport ( "github.com/karalabe 阅读全文
posted @ 2022-10-09 18:12 ahuo 阅读(21) 评论(0) 推荐(0) 编辑
摘要: stages: - build build and test: stage: build only: - tags tags: - shell script: - unzip update.zip - ls - whoami 阅读全文
posted @ 2022-09-29 17:38 ahuo 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-24 21:31 ahuo 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 第一步是给root用户设置个密码. sudo passwd root 第二步是在配置文件里设置自启动: 1,编辑/etc/lightdm/lightdm.conf: sudo gedit /etc/lightdm/lightdm.conf [Seat:*] autologin-guest=false 阅读全文
posted @ 2022-09-22 16:01 ahuo 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 进入CMakeLists.txt文件的目录 cmake . 生成makefile make 阅读全文
posted @ 2022-08-16 09:32 ahuo 阅读(21) 评论(0) 推荐(0) 编辑
摘要: apt install qemu-user-static wget http://cdimage.ubuntu.com/ubuntu-base/releases/xenial/release/ubuntu-base-16.04.6-base-armhf.tar.gzmkdir rootfstar z 阅读全文
posted @ 2022-07-14 15:12 ahuo 阅读(320) 评论(0) 推荐(0) 编辑
摘要: make ARCH=arm64 CONFIG_USB_NET_CDC_EEM=m drivers/net/usb/cdc_eem.ko make CROSS_COMPILE=/SDK/rk3588/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gc 阅读全文
posted @ 2022-06-23 11:11 ahuo 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-21 11:14 ahuo 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-14 17:46 ahuo 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 外部 外部转发端口2222 目标端口 3333 mknod backpipe p nc -lk 2222 0<backpipe | nc 目标IP 3333 | tee backpipe 阅读全文
posted @ 2022-06-10 17:54 ahuo 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 实例1:每1分钟执行一次command 命令: * * * * * command 实例2:每小时的第3和第15分钟执行 命令: 3,15 * * * * command 实例3:在上午8点到11点的第3和第15分钟执行 命令: 3,15 8-11 * * * command 实例4:每隔两天的上午 阅读全文
posted @ 2022-02-19 18:41 ahuo 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 使用git的记忆密码机制保存用户名密码进入家目录(cd ~)执行 git clone [你的git代码路径] ,发现需要输入密码,ctrl + c 中断执行 touch .git-credentials 创建 .git-credentials 文件执行 vim .git-credentials 编辑 阅读全文
posted @ 2021-10-12 18:02 ahuo 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: $sudo cp 证书路径.crt /usr/local/share/ca-certificates$sudo update-ca-certificates 阅读全文
posted @ 2021-09-28 16:13 ahuo 阅读(277) 评论(0) 推荐(0) 编辑
摘要: https://files-cdn.cnblogs.com/files/ahuo/aliyun-ddns.sh 阅读全文
posted @ 2021-08-01 20:47 ahuo 阅读(367) 评论(0) 推荐(0) 编辑
摘要: adb shell pm list packages找到要提取apk的包名 adb shell pm path 定位apk所在系统路径 adb pull /system/app/YouTube/YouTube.apk 阅读全文
posted @ 2021-07-31 20:26 ahuo 阅读(485) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 76 下一页