Skip to content

Instantly share code, notes, and snippets.

An Ansible summary

Patterns

  • all (or *)
  • hostname: foo.example.com
  • groupname: webservers
  • or: webservers:dbserver
  • exclude: webserver:!phoenix
  • intersection: webservers:&staging
@ykfq
ykfq / disable-sublimetext3-portable-checking-for-update.md
Last active December 23, 2025 15:37
Disable SublimeText3 Portable from checking for update
  • Download Sublime Text 3 from official site https://www.sublimetext.com/3, choose portable version

  • Unzip Sublime Text Build 3211 x64.zip

  • Open https://hexed.it, click Open file and browse to sublime_text.exe

  • In hexed.it, Ctrl+F search for license.sublimehq.com, just replace the last three ASCII 63 6F 6D with 63 63 63 or any other three ASCII code

    this will change com to ccc and so we disabled the update url.

  • In hexed.it, Ctrl+F search for www.sublimetext.com, just replace the last three ASCII 63 6F 6D with 63 63 63 or any other three ASCII code