会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
77
下一页
2020年6月23日
ubuntu 18.04上执行buildman安装了交叉工具链之后编译报错"aarch64-linux/7.3.0/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory"如何处理?
摘要: 完整日志如下: $ 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
阅读(3156)
评论(0)
推荐(0)
2020年6月19日
iptables执行时报错"iptables : Couldn't load target `standard':No such file or directory"如何处理?
摘要: 答:重装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
阅读(4207)
评论(0)
推荐(0)
2020年6月18日
tmux如何加大回滚的缓冲区大小?
摘要: 答: 往~/.tmux.conf添加以下内容: set -g history-limit 5000 (默认为2000行,这里设置为5000行) 扩展: 如何使其生效? 退出旧的session,重新开启新的session即可生效 如果退出旧的session还不生效,那么直接执行以下命令,再重新开启新的
阅读全文
posted @ 2020-06-18 11:48 Jello
阅读(3433)
评论(0)
推荐(0)
2020年6月12日
ubuntu下如何快速清理docker产生的缓存?
摘要: 答: 停止docker engine, 然后删除/var/lib/docker整个目录 $ sudo systemctl stop docker $ sudo rm /var/lib/docker -rf
阅读全文
posted @ 2020-06-12 12:06 Jello
阅读(2889)
评论(0)
推荐(0)
2020年6月11日
编译完linux内核后如何指定内核模块安装路径?
摘要: 答: 使用make modules_install INSTALL_MOD_PATH=<路径>, 如, $ make modules_install INSTALL_MOD_PATH=/home/jello/kernel_modules
阅读全文
posted @ 2020-06-11 10:06 Jello
阅读(2062)
评论(0)
推荐(0)
2020年6月10日
编译时报错"configure.ac:140: error: possibly undefined macro: AC_MSG_NOTICE autoreconf: /usr/bin/autoconf failed with exit status: 1"如何处理?
摘要: 答: 安装pkg-config包 $ sudo apt install pkg-config -y
阅读全文
posted @ 2020-06-10 19:31 Jello
阅读(1674)
评论(0)
推荐(0)
2020年6月8日
ubuntu下如何安装及配置tayga(NAT64)?
摘要: 安装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
阅读(2702)
评论(0)
推荐(0)
2020年6月7日
Linux下如何设置路由表?
摘要: 第一,确保当前的数据包通过主机的某张网卡能通向网关(如大家熟悉的路由器) $ 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
阅读(983)
评论(0)
推荐(0)
2020年6月5日
ipv6教程
摘要: 此处有ipv6教程
阅读全文
posted @ 2020-06-05 23:23 Jello
阅读(188)
评论(0)
推荐(0)
树莓派如何设置vnc分辨率或者屏幕分辨率?
摘要: 答: 使用sudo raspi-config命令即可进行配置,配置后重启即可生效 $ sudo raspi-config 进入Advanced Options > Resolution菜单即可设置分辨率
阅读全文
posted @ 2020-06-05 20:51 Jello
阅读(1581)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
77
下一页
公告