这两天用docker编译openwrt的时候遇见这个错误,检查time命令失败,如下 [crayon-6083 […]
Continue reading...分类:openwrt教程
openwrt feeds软件包支持规则说明
openwrt中feeds详解
Continue reading...openwrt下编译ipk包遇到Package xxxx is missing dependencies for the following libraries: libc.so.1
今天编译个别人写的openwrt的luci包,写的不规范,但是遇见的错误信息具有代表性,其他软件 […]
Continue reading...更改openwrt网页登录的用户名
开通OpenWrt的远程管理以后,安全性问题随之而来。由于SSH以及Luci默认采用root账户登录,因此路由 […]
Continue reading...openwrt luci固件升级流程
openwrt luci页面固件升级流程解析
Continue reading...理解tcp connect timeout
tcp socket创建之后,可以对fd进行设置recv 和send的超时时间,但是没有设置connect t […]
Continue reading...LuCI2 (OpenWrt web 管理界面)
LuCI2 (OpenWrt web 管理界面) https://oldwiki.archive.openwr […]
Continue reading...linux shell之控制台打印各种颜色字体和背景
参照: https://blog.csdn.net/u011068702/article/details/88 […]
Continue reading...ubuntu异常关机后无法启动samba(code=exited, status=1/FAILURE)
今天早上ubuntu异常重启后发现samba无法访问了,运行restart命令发现如下错误,重装samba也没 […]
Continue reading...Linux跑满CPU的方法(拷机测试)
总结下,Linux下跑满CPU的几个方法(有时候烤鸡测试可能需要) 1、使用dhrystone工具,请见博客文 […]
Continue reading...osi七层图解(超详细+思维导图+各协议位置)
OSI七层模型 相关协议 缩写 应用层 HTTP 超文本传输协议 FTP 文件传输协议 SMTP 简单邮件传输 […]
Continue reading...查找Linux中占用硬盘最大的文件和文件夹
使用df -h查看磁盘空间占用情况
1 2 3 4 5 6 7 8 |
Filesystem Size Used Avail Use% Mounted on udev 3.9G 0 3.9G 0% /dev tmpfs 799M 3.1M 796M 1% /run /dev/vda1 99G 99G 0G 100% / tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup tmpfs 799M 0 799M 0% /run/user/0 |
使用du […]
Continue reading...