
1、网站使用:
目前主流的浏览器都支持ICO图标,它显示于浏览器的地址栏、标签及收藏夹上,一般作为把网站标志的ICO图标大小为16×16,命名为"favicon.ico",将其上传到空间的根目录,在网页代码的
<link rel="shortcut icon" href="favicon.ico">
2、文件夹或者程序使用:
以文件夹使用为例,把ICO图标命名为"nonni.ico",然后把下面的代码复制到记事本并保存在该文件夹根目录内,命名为"desktop.ini":
[.ShellClassInfo]
InfoTip=文件夹说明
IconFile=nonni.ico
IconIndex=0
3、分区盘符使用:
把ICO图标命名为"nonni.ico",然后把下面的代码复制到记事本并保存在该分区根目录内,命名为"autorun.inf":
[autorun]
icon=nonni.ico

*github:https://github.com/nondanee/UnblockNeteaseMusic
1.安装Docker。
2.创建容器:
docker run --name yunmusic -d -p 1314:8080 nondanee/unblockneteasemusic
3.放行端口1314。
4.客户端设置代理,重启网易云音乐。

官网下载:
https://downloads.openwrt.org/releases/
设置软件源为
dest root /
dest ram /tmp
lists_dir ext /var/opkg-lists
option overlay_root /overlay
arch ramips_24kec 100
arch ramips 200
arch ralink 300
arch mips 400
arch all 500
src/gz pandora_base http://downloads.pandorabox.com.cn/pandorabox/packages/mt7621/packages/base
src/gz pandora_luci http://downloads.pandorabox.com.cn/pandorabox/packages/mt7621/packages/luci
src/gz pandora_packages http://downloads.pandorabox.com.cn/pandorabox/packages/mt7621/package/packages
update
然后安装 luci-app-s-s s-s-libev
或者软件源里面再加上
src/gz sourceforge_dist http://openwrt-dist.sourceforge.net/releases/ramips/packages
src/gz sourceforge_dist_luci http://openwrt-dist.sourceforge.net/releases/luci/packages
update
然后安装 luci-app-s-s-spec s-s-libev-spec
*注意不要随便upgrade其他软件包,经常会造成各种问题,比如升级dnsmasq dnsmasq-full后不能解析域名,升级busybox常会造成不能登陆管理界面而需要重刷。
单独编译ipk插件
插件源码下载:
1.锐捷
git clone https://github.com/KyleRicardo/MentoHUST-OpenWrt-ipk
git clone https://github.com/BoringCat/luci-app-mentohust.git
2.Rosy主题
git clone https://github.com/rosywrt/luci-theme-rosy.git
下载存放路径:
/home/cheng/openwrt/lede/package
配置
make menuconfig
1.锐捷
-> Network
-> Ruijie
-> LuCI
-> 3. Applications2.Rosy主题
-> LuCI
-> 4. Themes
单独编译IPK的命令:
make package/MentoHUST-OpenWrt-ipk/compile V=99
make package/luci-app-mentohust/compile V=99
make package/lean/luci-app-ssr-plus/compile V=s
make package/lienol/lienol/luci-app-passwall/compile V=s
make package/lean/luci-app-syncdial/compile V=s
make package/feeds/luci/luci-app-transmission/compile V=s
make package/lean/luci-app-nps/compile V=s
make package/luci-theme-rosy/luci-theme-rosy/compile V=99
ipk生成路径:
bin/packages/mipsel_24kc/base
文件名:
mentohust_0.3.1-1_mipsel_24kc.ipk
luci-app-mentohust_1.1.-0_all.ipk
luci-theme-rosy_git-19.069.38477-5ed9705-1_all.ipk
上传ipk至路由器,清除原有密钥:
ssh-keygen -f "/home/cheng/.ssh/known_hosts" -R 192.168.10.1
拷贝至路由器:
scp mentohust_0.3.1-1_mipsel_24kc.ipk root@192.168.10.1:/tmp
scp luci-app-mentohust_1.1.-0_all.ipk root@192.168.10.1:/tmp
scp luci-theme-rosy_git-19.069.38477-5ed9705-1_all.ipk root@192.168.10.1:/tmp
安装,ssh进入路由器:
cd /tmp
opkg install mentohust_0.3.1-1_mipsel_24kc.ipk
opkg install luci-app-mentohust_1.1.-0_all.ipk
opkg install luci-theme-rosy_git-19.069.38477-5ed9705-1_all.ipk

CentOS6
https://github.com/Anankke/ss-panel-v3-mod_Uim
一键脚本:
wget -N --no-check-certificate https://raw.githubusercontent.com/mmmwhy/ss-panel-and-ss-py-mu/master/ss-panel-v3-mod.sh && chmod +x ss-panel-v3-mod.sh && bash ss-panel-v3-mod.sh
默认账号:ss@feiyang.li
默认密码:feiyang
开启BBR:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
reboot
修改外观:
vi /home/wwwroot/网站/resources/views/materials/index.tpl
/home/wwwroot/网站/public/favicon.ico
修改user-config.json:
vi shadowsocks/user-config.json
关闭防火墙:
systemctl disable firewalld
systemctl stop firewalld
