openwrt 路由看网速;OpenWrt使用dl更新opkg;Install entware on IPQ8065
在openwrt路由器上使用iftop命令查看实时网速 在openwrt安装iftop命令: #首先得更新软件清单才能安装软件,略蛋疼 opkg update #安装iftop opkg install iftop 然后,然后就安装完了…… iftop -i br-lan 就这么简单,完结233 OpenWrt使用daili 更新软件源命令 还可以直接终端登陆路由用添加使用ddaili 命令 vi /etc/opkg.conf option http_proxy http://daili服务器:8080/ option ftp_proxy ftp://daili服务器:2121/ Install entware repository on Synology NAS Introduction ARM & intel based devices are supported. DSM version must be 3.2 or higher. Use armv5 installer for Marvell Kirkwood mv6282 cpu, you can use armv7 installer for newer ARM cpu’s. Although armv7 repo was compiled with cortex-a9 optimization it was successfully tested on Marvell Armada XP based NAS. Deploying Entware-ng 1. Create a folder on your hdd (outside rootfs) mkdir -p /volume1/@entware-ng/opt Make sure that /opt folder is empty (Optware is not installed), we will remove /opt folder with its contents at this step. 2. Remove /opt and create a symlink rm -rf /opt ln -sf /volume1/@entware-ng/opt /opt 3. Run install script for armv5 wget -O - http://pkg.entware.net/binaries/armv5/installer/entware_install.sh | /bin/sh for armv7 wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | /bin/sh for x86-32 wget -O - http://pkg.entware.net/binaries/x86-32/installer/entware_install.sh | /bin/sh for x86-64 wget -O - http://pkg.entware.net/binaries/x86-64/installer/entware_install.sh | /bin/sh for MIPS wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | /bin/sh 4. Edit /etc/rc.local file with a text editor and insert following strings /bin/ln -sf /volume1/@entware-ng/opt /opt /opt/etc/init.d/rc.unslung start at the end of this file,
- Wordpress建设
- editor
- 2020-05-12
- 84 热度
- 0评论
