This post is to collect some of packages using on my OpenWRT router. The list is still adding. Once more packages tested and used, they will be added in this post for future reference.

Terminal integration in LUCI: luci-app-ttyd

This package intigrates ttyd in LUCI. Two packages to install, ttyd and luci-app-ttyd.

luci-theme-argon

Argon is a clean HTML5 theme for LuCI. Users may setup their own favorite logins, including beautiful pics and customized mp4 videos.
Github address: https://ift.tt/3asTw8U

You will have to use TTYD to do installation.

For openwrt official 19.07 Snapshots LuCI master

opkg install luci-compat
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2.5/luci-theme-argon_2.2.5-20200914_all.ipk
opkg install luci-theme-argon*.ipk

DNS based ad/abuse domain blocking – Adblock

Getting rid of annoying ads, trackers and other abuse sites (like facebook) is simple: block them with your OpenWRT router. Adblock on OpenWrt uses DNS to block Ads by becoming your first-hop DNS server, and returning IP address not found when the queried for the address of the an Ads server. 

Github : https://ift.tt/2i9ZHUZ

Some installed packages and enabled feature to get ADBlock working:

– adblock – luci-app-adblock – curl/wget/uclient-fetch – Enable DNS Reporting – tcpdump /tcpdump-mini

vlmcsd – KMS server

Github project: https://github.com/cokebar/openwrt-vlmcsd
Install following two packages

You will need to find right architecture ipk file for your OpenWRT system. All pre-compiled ipk files can be found from: https://github.com/cokebar/openwrt-vlmcsd/tree/gh-pages

You will need to click the ipk link then go to download page:
vlmcsd_svn1113-1_x86_64.ipk download address:
https://github.com/cokebar/openwrt-vlmcsd/raw/gh-pages/vlmcsd_svn1113-1_x86_64.ipk
vlmcsd_svn1113-1_i386_pentium4.ipk download address:
https://github.com/cokebar/openwrt-vlmcsd/raw/gh-pages/vlmcsd_svn1113-1_i386_pentium4.ipk
Activate Windows steps:
1. Open Command Prompt or Powershell, type: slmgr /upk, unload Windows existing product key
2. if it is win 10 pro version, enter: slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
(Please find you key from following list or search online)
Windows VL KMS Product Key list:
Win10专业版KMS: W269N-WFGWX-YVC9B-4J6C9-T83GX
Win10企业版KMS: NPPR9-FWDCX-D2C8J-H872K-2YT43
Win10LTSB版KMS: DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ
Win10家庭版KMS: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Win10教育版KMS: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
Win7专业版KMS: FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4
Win7企业版KMS: 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
3. Enter : slmgr /skms 192.168.2.4(Your OpenWRT vlmcsd server address)
4. Activate : slmgr /ato
OFFICE Activation steps:
1. locate your office folder.
If you are using OFFICE 2016 32B,the folder directory is :
C:\Program Files (x86)\Microsoft Office\Office16
open the folder directory, you will find this file : OSPP.VBS
If you are using OFFICE 2016 64B ,the folder directory is :
C:\Program Files\Microsoft Office\Office16
2. From powershell,
cd “C:\Program Files (x86)\Microsoft Office\Office16”(your office folder directory)
3. enter: cscript ospp.vbs /sethst:192.168.2.4(Your OpenWRT vlmcsd server address)
4. activate your office: cscript ospp.vbs /act
C:\Windows\system32>slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43

C:\Windows\system32>slmgr /skms 192.168.2.4

C:\Windows\system32>slmgr /ato

C:\Windows\system32>

from Blogger http://blog.51sec.org/2021/03/my-openwrt-packages.html

By Jon

Leave a Reply