惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
Last Week in AI
Last Week in AI
V
V2EX
博客园_首页
IT之家
IT之家
Jina AI
Jina AI
博客园 - 叶小钗
The Cloudflare Blog
T
Tailwind CSS Blog
腾讯CDC
B
Blog
D
Docker
L
LangChain Blog
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI

blag

SQLite prefixes its temp files with `etilqs_` - blag Setsum - order agnostic, additive, subtractive checksum - blag Oldest recorded transaction - blag Replacing a cache service with a database - blag SQLite commits are not durable under default settings - blag PSA: SQLite WAL checksums fail silently and may lose data - blag Rickrolling Turso DB (SQLite rewrite in Rust) - blag Collection of insane and fun facts about SQLite - blag How bloom filters made SQLite 10x faster - blag In search of a faster SQLite - blag Galloping Search - blag Building a distributed log using S3 (under 150 lines of Go) - blag Zero Disk Architecture - blag PSA: Most databases do not do checksums by default - blag PSA: SQLite does not do checksums - blag Disaggregated Storage - a brief introduction - blag Why does SQLite (in production) have such a bad rep? - blag SQLite Slaps - blag Now - blag Learning C - blag Snapshot Testing - blag Win: contribution to libSQL (SQLite) codebase - blag Errata in Hekaton MVCC paper - blag Internet is wholesome: MVCC edition - blag It is becoming difficult for me to be productive in Python - blag MongoDB secondary only index - blag Introducing CaskDB – a project to teach you writing a key-value store - blag Recurse Center: Winter Break - blag Recurse Center Day 24: Hacking Go compiler to add a new keyword - blag Recurse Center Day 20: Django v4 upgrade (from v1) - blag
Flashing Asus-WRT Merlin by XVortex on NetGear NightHawk ...
2015-05-11 · via blag

Note:

There are many ways to achieve this and in this tutorial I follow two flash method.

Preparation:

  • This guide assumes you are on stock firmware.
  • If you are already on DD WRT or Tomato, ignore step 2 of procedure.
  • Doesn’t matter whether you are on Windows, Linux or Mac. Everything happens in browser
  • Make sure you are connected to the router over one of WAN ports
  • It doesn’t matter which firmware version you are currently on. My router came with V1.0.3.XX, which I later upgraded to V1.0.4.28_1.1.64.
  • Download these two files:
    1. Tomato Initial CHK file (.chk), which upgrades your NetGear firmware to Tomato - link.
    2. XWRT TRX file (.trx), which upgrades Tomato to XVortex’s AsusWRT-Merlin (the thing you finally want). Current latest version is v378.53_0. The zip file contains .chk and .trx files, you can ignore the .chk for this guide - link.

Procedure:

  1. Login to your router. Reset it to factory settings (Advanced > Administration > Backup Settings > Revert to factory default settings).
  2. Flash the .chk file, after this procedure firmware will be upgraded to Tomato. (Advanced > Administration > Router Update > Browse > Apply)
  3. Now flash the .trx file which upgrades to XVortex’s Firmware. You will see ‘successful’ message at end.
  4. Now if your router is not being detected, do manual reboot of the router.
  5. Connect to the router, if there are any IP conflicts it will be displayed. It should now show you the Installation Wizard. Either follow it or skip it. But it will require you to set the WPA creds.
  6. Do another reset (Administration > Restore/Save/Upload Setting > Factory default OR http://<router_ip_address>/Advanced_SettingBackup_Content.asp).
  7. Repeat step 4 if necessary.
  8. Follow the installation wizard at your wish, same as in step 5.

That’s all!! :D

Post installation:

To set TX power to 30%-50%, for both bands:

  1. Go to Wireless > Professional > Tx power adjustment (or http://<router_ip_address>/Advanced_WAdvanced_Content.asp).
  2. Set Tx power adjustment to 30% - 50%.
  3. Change Band to 5Ghz and do step 2 again.

Hope this helps.

Credits:

Check this thread where I originally wrote this tutorial. Thanks to @XVortex for this fine firmware. Thanks to @slidermike who actually introduced me to this, or else I was going to try Tomato. Thanks to @ManiDhillon, @freibooter and @mito for answering my noobie questions and giving me instructions.