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,

配置多个 路由端口代理. + 局域网 网盘+ samba 配置! 密码配置!

配置多个  路由端口代理   kcptun — socksshow kcptun — frps sever  https://github.com/xtaci/kcptun/releases 路由器 kcptun-linux-mipsle-20190428.tar.gz kcptun-linux-mipsle-20190428.tar.gz  // 链接 , for 路由端 服务器 https://www.yuxuyi.com/?p=24 Linux利用Kcptun加速ShadowsocksLinux利用Kcptun加速Shadowsocks  cp  /root/kcptun/server-config.json  /root/kcptun/kcp2frp.json cp /etc/systemd/system/kcptun.service   /etc/systemd/system/kcp2frp vi  /etc/systemd/system/kcp2frp Description=kcp2frp service After=network.target Type=simple ExecStart=/PATH/server_linux_amd64 -l \":29900\" -t \"127.0.0.1:8838\" --key\"test\" --mode \"fast2\" Restart=on-abort WantedBy=multi-user.target 加入开机启动:systemctl enable kcptun.service 查看服务状态:systemctl status kcptun.service 关闭服务:systemctl stop kcptun.service 重启服务:systemctl restart kcptun.service 启动命令:systemctl start kcptun.service 通过netstat -an命令检查端口是否已开启或者是否被占用。 start /b client_windows_amd64.exe -l \":2000\" -r \"xxx.xxx.xxx.xxx:29900\" --key \"test\" --mode \"fast2\" > kcptun.log 2>&1 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ vim /etc/systemd/system/frps.service 加入开机启动:systemctl enable frp.service 查看服务状态:systemctl status frp.service 关闭服务:systemctl stop frp.service 重启服务:systemctl restart frp.service 启动命令:systemctl start frp.service 通过netstat -an命令检查端口是否已开启或者是否被占用。 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ kcptun 如何多端口加速? https://www.v2ex.com/t/375611 nohup ./server_linux_amd64 -c /path/to/server-config1.json > /path/to/1.log 2>&1 & nohup ./server_linux_amd64 -c /path/to/server-config2.json > /path/to/2.log 2>&1 & https://saodaye.com/zz/1122.html BBR+魔改BBR+暴力魔改BBR+Lotsever(锐速)一键开启脚本,支持Centos/Debian/Ubuntu Ubuntu 18.04 魔改BBR暂时有点问题,可使用以下命令安装 首先测试 手机端 的 19999, 文件, +  ss 安装, 测试! - key=test;crypt=aes;mode=fast2;mtu=1350;sndwnd=1024;rcvwnd=1024;datashard=70;parityshard=30;dscp=46;nocomp=false;acknodelay=false;nodelay=0;interval=40;resend=0;nc=0;sockbuf=4194304;keepalive=10   131  wget https://github.com/fatedier/frp/releases/download/v0.27.0/frp_0.27.0_linux_amd64.tar.gz   133  tar -zxvf *.gz   135  cd frp_0.27.0_linux_amd64/   144  ls   /etc/systemd/system/   147  cp  frps.service /etc/systemd/system/ vim /etc/systemd/system/frps.service ExecStart=/root/frps/frps -c /root/frps/frps.ini 57000 { \"listen\": \":41866\", \"target\": \"127.0.0.1:57000\", \"key\": \"test\", \"crypt\": \"aes\", \"mode\": \"fast2\", \"mtu\": 1350, \"sndwnd\": 1024, \"rcvwnd\": 1024, \"datashard\": 70, \"parityshard\": 30, \"dscp\": 46, \"nocomp\": false, \"acknodelay\": false, \"nodelay\": 0, \"interval\": 40, \"resend\": 0, \"nc\": 0, \"sockbuf\":

路由器减负- 去掉多余插件 重新安装apache-Entware php7-fpm+mysql5.1–pandorabox 出现rootfs文件无法驱动问题是禁用usb3! 所有优化设置里面查看完!!以及如何安装专业 戴尔win8光盘手动激活,姑父张楼下的Wi-Fi密码

姑父张的路由器,感谢 1, 路由5ghz 接收,发送信号, 所以效率低, 24Mbps 损失一半!  2,5ghz 和2.4ghz 局域网ping不同,在中继信号时候!而且 无法上网,中继效率损失70%, 效率低,延迟高到300ms! 3,扫描,添加,2.4gzh中继,重置默认无线设置,---》 2.4g接受,5ghz 发送,效率提高两倍,互相补干扰。 一次优化,再次的更改   option+command+i mac怎么查看选中几个文件的一共大小 数据库导出的时候居然提示错误。 Fatal error: Cannot \'break\' 2 levels in /www/server/phpmyadmin/phpmyadmin_0ae8f84f29303772/export.php on line 864 解决方法:找到export.php文件的第864行,把break 2; 改成break;即可导出数据库了。 break; 跳出当前循环 break 2; 跳出2层循环。 宝塔面板phpmyadmin导出数据库出现错误’break’2 opkg install block-mount kmod-usb2kmod-usb-storage fdisk opkg install kmod-fs-ext4 :MySQL配置(六) https://www.cnblogs.com/double-win/p/3866189.html #block info /dev/mtdblock6: UUID=\"7d2fb0dd-7d9fb2a6-ac436109-4e81f707\" VERSION=\"4.0\" MOUNT=\"/rom\" TYPE=\"squashfs\" /dev/mtdblock7: MOUNT=\"/overlay\" TYPE=\"jffs2\" /dev/mmcblk0: UUID=\"b4d0196f-95a0-424f-851e-fc947faf6220\" VERSION=\"1.0\" MOUNT=\"/mnt/mmcblk0\" TYPE=\"ext4\" /dev/sdb1: VERSION=\"1\" TYPE=\"swap\" /dev/sdb2: UUID=\"e524fe43-ffb5-433f-b77f-85ece43df5a7\" VERSION=\"1.0\" MOUNT=\"/mnt/sdb2\" TYPE=\"ext4\" #mount /dev/sdb2 /mnt ; tar -C /overlay -cvf - . | tar -C /mnt -xf - ; umount /mnt 出现rootfs文件无法驱动问题是禁用usb3! 所有优化设置里面查看完!! mkdir -p /tmp/introot mkdir -p /tmp/extroot mount --bind / /tmp/introot mount /dev/sda2 /tmp/extroot tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf - umount /tmp/introot umount /tmp/extroot   2. Perform the entware install. The script will install entware to /opt. On ARM devices wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh On MIPS devices: wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | sh 3. Entware is now installed. Use \'opkg\' command to install pkgs https://github.com/Entware/Entware/wiki/Using-Owncloud   opkg install \\ bzip2 \\ php7-fpm \\ php7-mod-ctype \\ php7-mod-curl \\ php7-mod-dom \\ php7-mod-fileinfo \\ php7-mod-gd \\ php7-mod-hash \\ php7-mod-iconv \\ php7-mod-json \\ php7-mod-mbstring \\ php7-mod-pdo \\ php7-mod-pdo-sqlite \\ php7-mod-session \\ php7-mod-simplexml