Skip to content

Instantly share code, notes, and snippets.

View pikadun's full-sized avatar
:atom:

Dunn pikadun

:atom:
  • Beijing, China
View GitHub Profile
@nakamuraos
nakamuraos / reset-trial-navicat.sh
Last active November 17, 2025 09:09
Reset trial Navicat 15, Navicat 16, Navicat 17 on Linux
#!/bin/bash
set -euo pipefail
# Author: NakamuraOS <https://github.com/nakamuraos>
# Latest update: 03/19/2025
# Tested with Navicat 15.x, 16.x, and 17.x on Debian and Ubuntu.
BGRED="\e[1;97;41m"
ENDCOLOR="\e[0m"