Openwrt development peripheral preparation work: (2) winscp and update luci theme

Foreword

Do you think the luci management interface that comes with the system is not good-looking? Are you worried about downloading the cool interface and not knowing how to install it? Please follow me briefly to understand how to install luci theme easily

Installation plan

This article adopts the strategy of uploading ipk to / tmp / directory and installing with opkg

The first step is to upload files to the openwrt file directory

Upload using winscp

First of all, you have to have a software that can implement the scp function. Winscp is a small-volume, easy-to-use utility.
Insert picture description here
Create a new connection (if you already have one, skip it). The
target ip is your motherboard's ip (luci web page ip)
username The default is root, if there is no password, please add it via passwd at the command line.
Insert picture description here
It is convenient for subsequent use. You can save this ip.
Insert picture description here
Usually, you will be prompted like this, don't worry, continue.

Insert picture description here
After the connection is successful, the two sides enter the directory they need, the target directory on the openwrt side is / tmp /
Insert picture description here
When the mouse drags the target file to the directory, a pop-up prompt will appear, click Yes
Insert picture description here
That's it for a successful migration. However, since Chinese names are not supported, they need to be renamed
Insert picture description here
Right-click to rename, and delete as shown in the figure

The second step is to install

opkg update
opkg install /tmp/luci-theme-opentomcat_0.2.50-1_all.ipk
Insert picture description here
As shown in the figure, the installation is successful. If the installation fails, you can first check the file name for errors.
View the effect It's
Insert picture description here
okay. (✪ω✪)
Uninstall the theme.
If you feel it is not good, you can
root@OpenWrt:~# opkg remove luci-theme-opentomcat
uninstall it. When uninstalling, pay attention to the theme name without the version number.

Conclusion

The above is the way to change the theme. In view of the short space, I have added a winscp operating instructions. I hope you like it

Published 19 original articles · Liked5 · Visit 1283

Guess you like

Origin blog.csdn.net/ex_xyz/article/details/104834181