会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FunnyMANN
博客园
首页
新随笔
联系
订阅
管理
2025年4月30日
OpenWRT 24.10添加mt7621设备
摘要: 修改target/linux/ramips/image/mt7621.mk 添加配置项 a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -3269,6 +3269,15 @@ def
阅读全文
posted @ 2025-04-30 11:12 FunnyMANN
阅读(222)
评论(0)
推荐(0)
2023年11月3日
香蕉派M3安卓系统修改红外遥控器配置
摘要: 配置文件地址 /system/usr/keylayout/Generic.kl # Copyright (C) 2010 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "
阅读全文
posted @ 2023-11-03 09:27 FunnyMANN
阅读(33)
评论(0)
推荐(0)
2022年10月11日
使用DOCKER生成编译环境
摘要: 编写Dockerfile FROM ubuntu:16.04 MAINTAINER xx xx RUN apt-get update && apt-get install -y gawk wget git-core diffstat unzip texinfo gcc-multilib build-
阅读全文
posted @ 2022-10-11 09:42 FunnyMANN
阅读(88)
评论(0)
推荐(0)
2022年10月10日
Vim coc-clangd
摘要: 1.生成compile_commands.json文件 compile_commands.json 文件能够有效提高一些工具(比如说ccls1, vscode2)的代码跳转、补全等功能。因此,本文将会说明如何生成 compile_commands.json 文件,特别是使用 makefile 的老工
阅读全文
posted @ 2022-10-10 12:40 FunnyMANN
阅读(629)
评论(0)
推荐(0)
Linux 在chroot中挂载/dev/,使用系统设备节点
摘要: 1、挂载命令 mount -t proc proc ./rootfs/proc mount -t sysfs sys ./rootfs/sys mount -o bind /dev ./rootfs/dev chroot rootfs
阅读全文
posted @ 2022-10-10 12:38 FunnyMANN
阅读(587)
评论(0)
推荐(0)
2019年12月18日
网络抓包、分析、重放
摘要: 一、网络抓包 tcpdump Usage: tcpdump [-aAbdDefhHIJKlLnNOpqStuUvxX#] [ -B size ] [ -c count ] [ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ] [
阅读全文
posted @ 2019-12-18 21:26 FunnyMANN
阅读(1582)
评论(0)
推荐(0)
2019年5月14日
编译OpenWrt过程(配适LB-LINK BL-WP02G)
摘要: 一、克隆openwrt代码 在openwrt官方git仓库中clone openwrt源码: 或者想得到固定版本的openwrt源码: 使用GIT更新源码: 更新源: 安装下载好的包: 二、新增BL-WP02G配置文件 在openwrt目录中创建BL-WP02G的dts文件: 编辑BL-WP02G.
阅读全文
posted @ 2019-05-14 22:37 FunnyMANN
阅读(698)
评论(0)
推荐(0)
公告