摘要: 背景 今天我用 Radxa E20C 作为旁路由实现一些特别的网络功能,网络拓扑从V1升级为V2,图片如下: 安装 iStoreOS 参考链接: E20C->上手指南->安装系统->安装系统到EMMC->Windows主机 创建目录 01-DriverAssistant v5.0, 下载 Drive 阅读全文
posted @ 2025-07-23 17:57 chan_炽烽 阅读(1290) 评论(0) 推荐(0)
摘要: 准备 查看操作系统位数 [root@lab10 ~]# getconf LONG_BIT 64 查看gcc编译环境 [root@lab10 ~]# gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexe 阅读全文
posted @ 2024-10-15 23:06 chan_炽烽 阅读(281) 评论(0) 推荐(0)
摘要: 准备 查看操作系统的版本信息 [root@lab10 ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 查看操作系统的网卡地址 [root@lab10 ~]# ip address show ens32 2: ens32 阅读全文
posted @ 2024-09-15 00:04 chan_炽烽 阅读(106) 评论(0) 推荐(0)
摘要: 准备 查看操作系统的版本信息 [root@lab10 ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 查看操作系统的网卡地址 [root@lab10 ~]# ip address show ens32 2: ens32 阅读全文
posted @ 2024-09-13 14:27 chan_炽烽 阅读(210) 评论(0) 推荐(0)
摘要: 操作过程 mysql_secure_installation 操作过程如下 [root@mysql data]# mysql_secure_installation Securing the MySQL server deployment. Enter password for user root: 阅读全文
posted @ 2024-09-11 00:17 chan_炽烽 阅读(54) 评论(0) 推荐(0)
摘要: 准备 查看Linux系统的glibc运行使用的C语言库版本信息 [root@lab10 ~]# getconf GNU_LIBC_VERSION glibc 2.17 [root@lab10 ~]# ldd --version ldd (GNU libc) 2.17 Copyright (C) 20 阅读全文
posted @ 2024-09-11 00:16 chan_炽烽 阅读(316) 评论(0) 推荐(0)
摘要: 准备 查看Linux系统的glibc运行使用的C语言库版本信息 [root@lab10 ~]# getconf GNU_LIBC_VERSION glibc 2.17 [root@lab10 ~]# ldd --version ldd (GNU libc) 2.17 Copyright (C) 20 阅读全文
posted @ 2024-09-11 00:16 chan_炽烽 阅读(69) 评论(0) 推荐(0)
摘要: 在Pananbit系统中修改PG.conf的一些注意事项 如出现以下图的内容, 需要将以下 SNMPPORT=161 修改为 SNMP_PORT=161 阅读全文
posted @ 2024-03-26 11:56 chan_炽烽 阅读(28) 评论(0) 推荐(0)
摘要: title: 树莓派Raspberrypi上配置Git 树莓派Raspberrypi上配置Git。 开始 首先你得有一树莓派!!! 过程 查看自己树莓派的版本 运行效果: 查看自己树莓派是否有安装Git 运行结果: 设置自己的用户名称及电子邮箱 运行效果:无,生成.gitconfig文件 查看.gi 阅读全文
posted @ 2018-07-02 11:56 chan_炽烽 阅读(1784) 评论(0) 推荐(0)
摘要: title: IntelliJ IDEA常用设置 设置idea的类注释快捷键 File Settings Live Templates 设置idea的类注释 File Settings Editor File and Code Templates ,如图: 设置idea的背景图 1.open IDE 阅读全文
posted @ 2018-07-02 11:54 chan_炽烽 阅读(886) 评论(0) 推荐(0)