上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 77 下一页
摘要: 完整日志如下: $ PATH=$PATH:`pwd`/tools/buildman $ buildman --fetch-arch aarch64 $ buildman -k my-board ~/.buildman-toolchains/gcc-7.3.0-nolibc/aarch64-linux 阅读全文
posted @ 2020-06-23 10:20 Jello 阅读(3049) 评论(0) 推荐(0) 编辑
摘要: 答:重装iptables 查看库 # dpkg -L iptables | fgrep standard /usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 重装iptables # apt install --reinstall -y iptab 阅读全文
posted @ 2020-06-19 19:22 Jello 阅读(4028) 评论(0) 推荐(0) 编辑
摘要: 答: 往~/.tmux.conf添加以下内容: set -g history-limit 5000 (默认为2000行,这里设置为5000行) 扩展: 如何使其生效? 退出旧的session,重新开启新的session即可生效 如果退出旧的session还不生效,那么直接执行以下命令,再重新开启新的 阅读全文
posted @ 2020-06-18 11:48 Jello 阅读(2846) 评论(0) 推荐(0) 编辑
摘要: 答: 停止docker engine, 然后删除/var/lib/docker整个目录 $ sudo systemctl stop docker $ sudo rm /var/lib/docker -rf 阅读全文
posted @ 2020-06-12 12:06 Jello 阅读(2841) 评论(0) 推荐(0) 编辑
摘要: 答: 使用make modules_install INSTALL_MOD_PATH=<路径>, 如, $ make modules_install INSTALL_MOD_PATH=/home/jello/kernel_modules 阅读全文
posted @ 2020-06-11 10:06 Jello 阅读(1893) 评论(0) 推荐(0) 编辑
摘要: 答: 安装pkg-config包 $ sudo apt install pkg-config -y 阅读全文
posted @ 2020-06-10 19:31 Jello 阅读(1624) 评论(0) 推荐(0) 编辑
摘要: 安装tayga $ sudo apt install tayga 配置 主要涉及两个文件/etc/tayga.conf, /etc/default/tayga 2.1. 配置/etc/tayga.conf,笔者的配置如下: tun-device nat64 ipv4-addr 192.168.255 阅读全文
posted @ 2020-06-08 11:13 Jello 阅读(2347) 评论(0) 推荐(0) 编辑
摘要: 第一,确保当前的数据包通过主机的某张网卡能通向网关(如大家熟悉的路由器) $ sudo route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0 (主机的eth0网卡连接在网关上,根据网关的ip 192.168.1.1,知道网关的子网为192 阅读全文
posted @ 2020-06-07 01:04 Jello 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 此处有ipv6教程 阅读全文
posted @ 2020-06-05 23:23 Jello 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 答: 使用sudo raspi-config命令即可进行配置,配置后重启即可生效 $ sudo raspi-config 进入Advanced Options > Resolution菜单即可设置分辨率 阅读全文
posted @ 2020-06-05 20:51 Jello 阅读(1559) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 77 下一页