https://www.txthinking.com/talks/
Updated at: 2023-03-19
cloud@txthinking.com
η± Text to Image ηζ
In fact, there is nothing to write in this article, because it is too simple, and the complexity usually encountered is the complexity of OpenWRT itself.
Make sure your OpenWRT is installed and working properly, first make sure that a clean OpenWRT is fully working for you.
π‘ If your OpenWRT is not an official version, you can explore it yourself if you encounter problems
Download brook.ipk
If you donβt know which architecture ipk to download, there is a way to go to the OpenWRT CLI and test the brook CLI file
brook --version
one by one, which one can work normally, the name of CLI file is the same as that of the ipk file
Install ipk
π‘ Usually the package manager of OpenWRT needs to be refreshed to start installing the package, and whether the configuration of the installation source can install the software smoothly and at a high speed. I am used to installing ipk on the command line, which is transparent and easy to troubleshoot.
opkg update
,opkg install brook.ipk
Refresh the OpenWRT management interface, and you will see Brook in the menu. Just start the operation after opening the web interface, and some function pages will also have necessary step prompts.
/etc/resolv.conf
to 8.8.8.8 to prevent OpenWRT from being unable to connect to the internet/root/.brook.web.err
/root/.brook.web.password
, if you forget the password, you can check it herebrook tproxy
command, so if you want, you can use the brook command line instead of ipk