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 July 5, 2024 03:33
Reset trial Navicat 15, Navicat 16, Navicat 17 on Linux
#!/bin/bash
# Author: NakamuraOS <https://github.com/nakamuraos>
# Latest update: 06/24/2024
# Tested on Navicat 15.x, 16.x, 17.x on Debian, Ubuntu.
BGRED="\e[1;97;41m"
ENDCOLOR="\e[0m"
echo -e "${BGRED} ${ENDCOLOR}"