showmount -e IPAddress
sudo mount -t nfs IPAddress:/ShareFolder /MountPoint
Sunday, June 22, 2014
Convert Big5 and UTF-8
convmv: http://www.j3e.de/linux/convmv/
convmv -f big5 -t utf-8 -r --notest folder
-f: from
-t: to
-r: recursive
--notest: do it. If not added, it only tests it
convmv -f big5 -t utf-8 -r --notest folder
-f: from
-t: to
-r: recursive
--notest: do it. If not added, it only tests it
Subscribe to:
Posts (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c
-
[轉載] [Javascript] Encrypt your private blog post from the article of Kaie's Blog 今日在PPT上的Blog版逛到版友weijr所提到的一篇好文章,可以用來針對Blog中某一段文字給予加密,變成...