Skip to content

Instantly share code, notes, and snippets.

View WhyredHuang's full-sized avatar

Rito WhyredHuang

View GitHub Profile
@zelsaddr
zelsaddr / auto.sh
Last active September 15, 2022 08:11
wms-lite autologin
#!/bin/sh
# @author : github.com/zelsaddr
# for OpenWRT (set to rc.local for auto execute at startup)
# Check Log Message at system.log
# Requirements :
# - Latest grep (update via opkg install grep or via gui)
# - sed
SETUSERNAME="" # Your WMS-lite username
@buananetpbun
buananetpbun / Load Balancing LB PCC 2 Line ISP Failover - Mikrotik Script RouterOS
Last active September 12, 2023 08:22
Load Balancing LB PCC 2 Line ISP Failover - Mikrotik Script RouterOS
Load balance PCC 2 ISP on mikrotik is a technique for distributing traffic load on two or more connection lines in a balanced way,
so that traffic can run optimally, maximize throughput, reduce response time and avoid overloading one of the connection lines.
################################################
# LOAD BALANCING (LB) PCC SCRIPT GENERATOR
# Date/Time: 2/13/2021, 9:19:38 PM
# https://fb.me/buananet.pbun
# Load Balancing Metode -> PCC
################################################
@adinata-id
adinata-id / gist:56d267e7ab224c996eb973d33b82b9c8
Last active August 5, 2023 09:34
Load Balancing Mikrotik PCC
#loadbalance 2 interface
/ ip address
add address=192.168.10.1/24 network=192.168.10.0 broadcast=192.168.10.255 interface=ether3
add address=192.168.9.9/24 network=192.168.9.0 broadcast=192.168.9.255 interface=ether1
add address=192.168.8.2/24 network=192.168.8.0 broadcast=192.168.8.255 interface=ether2
/ip firewall address-list
@akbaryahya
akbaryahya / AutoLogin.ino
Last active July 19, 2024 12:00
Script Auto Login Wifi.id dengan ESP8266
#include <ESP8266WiFi.h>
#include <ESP8266Ping.h>
#include <ESP8266HTTPClient.h>
#include <WiFiClientSecureBearSSL.h>
/*
* Script Auto Login Wifi.id dengan menggunakan ESP8266
* Script ini di buat oleh Akbar Yahya, pakai boleh di jual jangan!
*/