dd命令使用详解
1.命令简介 dd 的主要选项: 指定数字的地方若以下列字符结尾乘以相应的数字: b=512, c=1, k=1024, w=2, xm=number m if=file #输入文件名,缺省为标准输入。 of=file #输出文件名,缺省为标准输出。 ibs=bytes #一次读入 bytes 个字节(即一个块大小为 bytes 个字节)。 obs=bytes #一次写 bytes 个字节(即一个块大小为 bytes 个字节)。 bs=bytes #同时设置读写块的大小为 bytes ,可...openwrt查找文件所属软件包
awk '/filename/{print FILENAME}' /usr/lib/opkg/info/*.list标签: openwrt
NTP服务器地址
time.asia.apple.com 42.96.167.209 ntp.nasa.gov 133.100.11.8openwrt常用命令
查看WLAN已连接站点 iw dev wlan0 station dump 查看时钟偏差 ntpd -d -w -p 42.96.167.209 git不验证证书 export GIT_SSL_NO_VERIFY=1 wget不验证证书 --no-check-certificate 优化版lede https://github.com/gwlim/mips74k-ar71xx-lede-patch git clone -b lede-17.01 https://github.com/lede-project/source.git lede git clo...标签: openwrt
Ubuntu Server MAC变更导致网卡无法识别问题
Ubuntu Server 12.04中,网卡MAC变更,导致找不到eth0,提示:Cannot find device "eth0" 解决方法 编辑 /etc/udev/rules.d/70-persistent-net.rules 文件 将旧MAC对应条目删除,重启系统即可标签: ubuntu