Skip to content

Instantly share code, notes, and snippets.

View AzimsTech's full-sized avatar
🖨️
git push origin main --force

Wan Muhammad Azims AzimsTech

🖨️
git push origin main --force
View GitHub Profile
@AzimsTech
AzimsTech / readme.md
Last active July 16, 2023 00:25
TMNET UniFi with OpenWrt 22.03.x (DSA)

TMNet UniFi with OpenWrt 22.03.x (DSA)

                                   _______                     ________        __
                                  |       |.-----.-----.-----.|  |  |  |.----.|  |_
                                  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
                                  |_______||   __|_____|__|__||________||__|  |____|
 |__| W I R E L E S S F R E E D O M
@AzimsTech
AzimsTech / throttlestop.md
Last active February 5, 2023 07:56
ThrottleStop i3-8100
@AzimsTech
AzimsTech / luci_setup.md
Last active January 31, 2023 19:10
Setup using LuCI

Setup Using LuCI Web Interface

Download OpenWrt Firmware

Open https://openwrt.org/toh/d-link/dir-842#installation and select Firmware Install. At this step we need to download factory version.

Flash OpenWrt Firmware

  1. Connect to D-Link router through Ethernet cable.
  2. Power off the router
@AzimsTech
AzimsTech / readme.md
Created January 23, 2023 08:29
windows clean install proccess

‎‎​

@AzimsTech
AzimsTech / readme.md
Last active January 12, 2023 06:04
OpenWrt 21.03 | 802.11s Wireless Mesh Configurations | D-Link DIR-842

OpenWrt 21.03 | 802.11s Wireless Mesh Configurations | D-Link DIR-842

Requirements

@AzimsTech
AzimsTech / readme.md
Last active February 22, 2023 12:51
OpenWrt 22.03.x TMNet UniFi Configurations | D-Link DIR-842 (swconfig)

OpenWrt 22.03.x TMNet UniFi Configurations | D-Link DIR-842 (swconfig)

                               _______                     ________        __
                              |       |.-----.-----.-----.|  |  |  |.----.|  |_
                              |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
                              |_______||   __|_____|__|__||________||__|  |____|
                                       |__| W I R E L E S S   F R E E D O M
                              -----------------------------------------------------
@AzimsTech
AzimsTech / readme.md
Last active December 23, 2022 20:49
[ OpenWrt ] Restart Wifi by WPS button

Instructions

  1. Installing Hotplug Buttons

    opkg update
    opkg install kmod-button-hotplug
    
    mkdir -p /etc/hotplug.d/button
@AzimsTech
AzimsTech / readme.md
Last active May 24, 2023 14:42
OpenWrt Wireless Network Bridge (With IPv6 Support)

OpenWrt Wireless Network Bridge (With IPv6 Support)

diag0 drawio6

Goals

  • To use OpenWrt Router as a wifi adapter instead of a regular wireless card for a stronger & stable Wifi connection.
  • Use existing proprietary AP provided by ISP (Doesn't support Mesh or WDS)
@AzimsTech
AzimsTech / internet-check.sh
Last active November 26, 2022 11:23
Openwrt: D-Link DIR-842 C2 - Switch on a led when internet connection is available
# Switch on a led when internet connection is available
#!/bin/bash
#
while :
do
ping -c5 -q 8.8.8.8
status=$?;
case $status in
:: Windows 11 Config by CHEF-KOCH source: https://chef-koch.bearblog.dev/windows-11-config-by-chef-koch/
:: Remove and rebuild Font Cache
:: Some params might not work in Windows Terminal
:: This is not needed anymore in Windows Codename Nickel+.
del "%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache\*FontCache*" /s /f /q
del "%WinDir%\System32\FNTCACHE.DAT" /s /f /q
:: Remove the old Windows Powershell v1.x version which is vulnerable
:: taskkill /im PowerShell.exe /f