Skip to content

Instantly share code, notes, and snippets.

View tuyenld's full-sized avatar
🏠
Working from home

Tuyen D. Le tuyenld

🏠
Working from home
View GitHub Profile
@tuyenld
tuyenld / Sách ca dao tục ngữ Việt Nam.html
Last active February 5, 2023 06:57
Tổng hợp ca dao, tục ngữ Việt Nam
https://photos.app.goo.gl/tC4CMYaxjp3xs3kG8
@tuyenld
tuyenld / google-analytic.py
Created August 25, 2020 01:12
2019-07-06-how-to-use-google-analytics-api
# service-account.py
import httplib2
import pprint
import sys
import requests
from oauth2client.service_account import ServiceAccountCredentials
profileID = 'ga:188904382' # Profile ID
@tuyenld
tuyenld / Original_vs_Mod_Chip.md
Last active September 24, 2023 14:09
2019-02-11-upgrade-flash-chip-tplink-tl-wr840n-4mb-to-8mb
Description Original Mod
flash GigaDevice GD25Q32B (4MB) Winbond GD25Q64CSIG (8MB)
firmware TL-WR840N(VN)_V5_170517 openwrt-18.06.1-ramips-mt76x8-tl-wr841n-v13-squashfs-sysupgrade
@tuyenld
tuyenld / OpenWRT.md
Last active February 19, 2021 17:26
Openwrt

seit

how to revert to stock firmware WR840N v5

Hi all. I want to share some experience how to revert to stock firmware WR840N v5.

  • 1.Copy or wget original(stock) firmware to /tmp folder on LEDE
  • 2.Strip original image with dd cmd to remove bootloader part from image
  • 2.1. SSH to LEDE cd to /tmp and run: