Skip to content

Instantly share code, notes, and snippets.

@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active July 15, 2025 00:55
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@ricardotubbs
ricardotubbs / remove.sh
Created November 16, 2017 16:10
Remove Google Chrome
#!/bin/sh
rm -r /Applications/Google\ Chrome.app/
rm -r ~/Library/Application\ Support/Google/Chrome/
rm ~/Library/Application\ Support/CrashReporter/Google\ Chrome*
rm ~/Library/Preferences/com.google.Chrome*
rm ~/Library/Preferences/Google\ Chrome*
rm -r ~/Library/Caches/com.google.Chrome*
rm -r ~/Library/Saved\ Application\ State/com.google.Chrome.savedState/
rm ~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.Chrome
@suewonjp
suewonjp / Converting .bat to .exe using AutoIt.md
Created January 10, 2017 03:51
Converting .bat to .exe using AutoIt

There are many ways to convert Windows batch script files to .exe files;

Unfortunately, most of hit methods when searching with https://www.google.co.kr/?gws_rd=ssl#newwindow=1&q=bat+to+exe
may not work or may not satisfy your quality demand;

Many of these naive implementations may let most of antivirus apps consider your result .exe file as a malware;

I tested several tools but until now, AutoIt is the best tool to convert .bat to .exe

Workflow:

@wavezhang
wavezhang / java_download.sh
Last active July 16, 2025 09:37
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz