VMware

OpenWRT optimization, improve performance and enhance stability



If you find any errors or questions, welcome to leave a message about the relevant commands used to check the system resource usage command top to force the end of the process command kill -9 [进程号]

//Query all enabled services for F in /etc/init.d/* ; do $F enabled && echo $F on ;done ——————– ————————————- # Manually start the service /etc/init.d/frp start #Manually deactivate the service /etc/init.d/frp stop #Permanently enable the service (status at next startup) /etc/init.d/frp enable #Permanently disable the service (status at next startup) /etc/ init.d/frp disable ——————————————– ————- Based on the minimum scientific Internet access requirements (DHCP, DNS, Passwall, no load balancing) Command to close redundant services (restart and restore) /etc/init.d/vsftpd stop #ftp server /etc/init.d/Aria2 stop #Multi-protocol command line download tools /etc/init.d/frp stop #Intranet penetration /etc/init.d/zerotier stop #Intranet penetration /etc/init. d/nps stop #Intranet penetration/etc/init.d/dockerd stop #Virtual machine service/etc/init.d/dockerman stop #Virtual machine service/etc/init.d/usb_printer stop #USB port printer related services /etc/init.d/forked-daapd stop #itunes service /etc/init.d/shairport-sync stop #Music push streaming (Android + IOS) /etc/init.d/rclone stop #Mount various cloud disks /etc/init.d/pptpd stop #VPN /etc/init.d/ipsec stop #VPN /etc/init.d/openvpn stop #VPN /etc/init.d/ocserv stop #OpenConnect VPN service /etc/ init.d/softethervpnserver stop #VPN /etc/init.d/softethervpn stop #VPN /etc/init.d/softethervpnbridge stop #VPN /etc/i nit.d/softethervpnclient stop #VPN /etc/init.d/etherwake stop #LAN wakeup /etc/init.d/eqos stop #Speed ​​limit according to ip address /etc/init.d/p910nd stop #Wireless printing /etc/ init.d/unblockmusic stop #Release NetEase cloud music playback restrictions /etc/init.d/udpxy stop #Multicast to http, see iptv /etc/init.d/igmpproxy stop #Make multicast signals available between LAN and IPTV Inter-transmission /etc/init.d/trojan_server stop #Download service /etc/init.d/transmission stop #BT download /etc/init.d/timewol stop #Scheduled network wakeup /etc/init.d/cifs stop #hang Load the network drive /etc/init.d/led stop #LED indicator control /etc/init.d/kodexplorer stop #Can Yundao, build a private cloud /etc/init.d/baidupcs-web stop #Baidu cloud disk plug-in /etc/init.d/acme stop #Get the encryption certificate /etc/init.d/appfilter stop #Internet control software, support Douyin, Douyu, etc. /etc/init.d/mentohust stop #Campus network Ruijie (Ruijie ) Authentication /etc/init.d/Syncthing stop #File synchronization, backup software /etc/init.d/kms stop #KMS server (for Win, Office activation) /etc/init.d/samba stop #Network sharing service /etc/init.d/wsdd2 stop #Related to samba service /etc/init.d/nfsd stop #Related to Samba service /etc/init.d/minidlna stop #upnp service /etc/init.d/verysync stop # Micro force synchronization, support P2P remote synchronization /etc/init.d/haproxy stop #SS/SSR load balancing plugin /etc/init.d/mwan3 stop #Load balancing /etc/init.d/mwan3helper stop #Services related to MWAN3/ etc/init.d/openclash stop #Scientific Internet access /etc/init.d/clash stop #Scientific Internet /etc/init.d/jd-dailybonus stop #Jingdong sign in/etc/init.d/aliddns stop #Alibaba cloud ddns /etc/init.d/vsftpd stop #ftp Server /etc/init.d/vssr stop #HelloWorld Scientific Internet /etc/init.d/watchcat stop #ping-watchdog, check whether a specific host is normal /etc/init.d/xray stop # Scientific Internet—– ————————————————– — Disable service (restart does not restore) /etc/init.d/vsftpd disable /etc/init.d/Aria2 disable /etc/init.d/frp disable /etc/init.d/zerotier disable /etc/init. d/nps disable /etc/init.d/dockerd disable /etc/init.d/dockerman disable /etc/init.d/usb_printer disable /etc/init.d/forked-daapd disable /etc/init.d/shairport -sync disable /etc/init.d/rclone disable /etc/init.d/pptpd disable /etc/init.d/ipsec disable /etc/init.d/openvpn disable /etc/init.d/ocserv disable /etc /init.d/softethervpnserver disable /etc/init.d/softethervpn disable /etc/init.d/softethervpnbridge disable /etc/init.d/softethervpnclient disable /etc/init.d/etherwake disable /etc/init.d/ eqos disable /etc/init.d/p910nd disable /etc/init.d/unblockmusic disable /etc/init.d/udpxy disable /etc/init.d/igmpproxy disable /etc/init.d/trojan_server disable /etc/init.d/transmission disable /etc/init.d/timewol disable /etc/init. d/cifs disable /etc/init.d/led disable /etc/init.d/kodexplorer disable /etc/init.d/baidupcs-web disable /etc/init.d/acme disable /etc/init.d/appfilter disable /etc/init.d/mentohust disable /etc/init.d/Syncthing disable /etc/init.d/kms disable /etc/init.d/samba disable /etc/init.d/wsdd2 disable /etc/init .d/nfsd disable /etc/init.d/minidlna disable /etc/init.d/verysync disable /etc/init.d/haproxy disable /etc/init.d/mwan3 disable /etc/init.d/mwan3helper disable /etc/init.d/openclash disable /etc/init.d/clash disable /etc/init.d/jd-dailybonus disable /etc/init.d/aliddns disable /etc/init.d/vsftpd disable /etc/ init.d/vssr disable /etc/init.d/watchcat disable /etc/init.d/xray disable ————————– ——————————- The shut down service needs to be re-enabled /etc/init.d/frp start /etc/ init.d/frp enable

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply