Home » Technology

Convert SMI file from EUC-KR (or any other language) to UTF-8

iconv -f euc-kr -t utf-8 EUC-KR.SMI > UTF-8.SMI iconv tools are provided by Linux distribution by GNU 2.0 or macOS

Read More »

Skip GIT SSL Verification

While using git with https, sometimes, in someplace, I encounter like this error: Initialized empty Git repository in /xxxx/xxxx/.git/ Password:…

Read More »

Disabling Multitasking on iPhone 4/3GS

* refer to http://xaviesteve.com/disable-multitasking-in-ios4-no-jailbreaking-needed/ Simply change the property of multitasking as false in /System/Library/CoreServices/SpringBoard.app/NxxAP.plist. The reference web page shows N82AP.plist,…

Read More »

Multiple ssh private keys

* referred by http://www.karan.org/blog/index.php/2009/08/25/multiple-ssh-private-keys In .ssh directory, if there is a config file, ssh keys can be controlled by it….

Read More »

Command line for Facebook and Twitter

FBCMD: Command Line for Facebook and Tweeting from the Command Line with Twyt

Read More »