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 / bar.md
Last active December 4, 2023 12:02
foo
@AzimsTech
AzimsTech / 99-OpenWrt-Stuffs.md
Last active March 12, 2024 17:08
Installing and Using OpenWrt
:: Windows 10\11 quick setup
:: The encoding of this file must be OEM 866
:: https://t.me/wincmd64
@echo off
NET SESSION
IF %ERRORLEVEL% NEQ 0 GOTO ELEVATE
GOTO ADMINTASKS
:ELEVATE
CD /d %~dp0
@AzimsTech
AzimsTech / text.txt
Created August 13, 2023 01:52
Simple Text Editor Gist
dfdsf
@AzimsTech
AzimsTech / sqm-qos_backups.md
Created July 25, 2023 01:11
sqm-qos_backups.md

config queue 'eth1' option qdisc 'cake' option script 'piece_of_cake.qos' option interface 'pppoe-wan' option upload '8500' option debug_logging '0' option verbosity '5' option enabled '1' option download '28500' option linklayer 'none'

@AzimsTech
AzimsTech / win11-show-all-tray-icons.md
Last active January 23, 2024 19:18
Win11: Show all tray icons

Type this command, go here:

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "EnableAutoTray" /t REG_DWORD /d 1 /f

Then run this command:

explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
@AzimsTech
AzimsTech / copy-here.ps1
Last active July 19, 2023 22:23
Copy Current Users Directories Here
# Assign Source directory name list
$src_nme = "Desktop", "Documents", "Downloads", "Music", "Pictures", "Videos"
# Assign Destination name
$bak_fdr_nme = $env:UserName
# Assign Destination path
$dst_pth = "$((Get-Item .).FullName)\$($bak_fdr_nme)"
# Create destination directory
@AzimsTech
AzimsTech / uci-defaults_templates_for_tm-unifi.md
Last active March 14, 2024 17:58
UCI Defaults Templates for TM Unifi ISP
@AzimsTech
AzimsTech / win11_local_account.md
Created June 23, 2023 21:52
Pro tip: Configure Windows 11 using a local account.

Pro Tip: Set Up Windows 11 22H2 with a Local Account

Windows 11 22H2 allows users to choose between a Microsoft account and a local account during the setup. To streamline the local account setup, follow these steps:

  1. During the initial setup, when prompted for the username, enter "no@thankyou.com" instead of your regular email address or preferred username.
  2. For the password, use any random password.
  3. Proceed with the login attempt, which will fail due to the unconventional username and password.

The failed login will trigger the local account setup wizard, allowing you to create a new local account and bypass unnecessary steps. This pro tip saves time and effort, providing a simplified setup process.

@AzimsTech
AzimsTech / foo.md
Last active March 4, 2023 07:12
xd

Configuring TMNet UniFi ISP through OpenWrt Web Interface

UniFi is a popular internet service provider in Malaysia, and OpenWrt is a free and open-source firmware for routers that allows for greater control and customization. This tutorial will guide you through the process of configuring UniFi on your OpenWrt router using the web interface.

Step 1: Connect to your OpenWrt router

Connect your computer to the router via Ethernet cable or Wi-Fi, and access the router's web interface by typing the IP address into your web browser's address bar. The default IP address for OpenWrt is 192.168.1.1.

Step 2: Navigate to Network Interfaces