Skip to content

Instantly share code, notes, and snippets.

View nakamuraos's full-sized avatar
🎯
Focusing

Thinh Hoang nakamuraos

🎯
Focusing
View GitHub Profile
@nakamuraos
nakamuraos / clone-all-repository-github.sh
Last active February 9, 2022 01:20
Clone all repository on GitHub
#!/bin/bash
# Author: NakamuraOS
# https://github.com/nakamuraos
# Last update: 2021/24/11
# =================
# Default value
# Token string
TOKEN=''
@nakamuraos
nakamuraos / reset-trial-navicat.sh
Last active May 6, 2024 16:06
Reset trial Navicat 15, Navicat 16 on Linux
#!/bin/bash
# Author: NakamuraOS
# https://github.com/nakamuraos
# Latest update: 30/03/2022
# Tested on Navicat 15.x, 16.x on Linux
RED="\e[1;31m"
ENDCOLOR="\e[0m"