# generate ssh key and save to `id_rsa_another`
$ ssh-keygen -t rsa -C "[email protected]"
# save your key- reflector
- airserver
Both 7zip and rar support international character, but since tar file does not have encoding attribute, it only support ascii character. For tar file that works on windows, it may encounter a character encoding problem in mac or linux.
iconv --from-code=gb2312 --to-code=utf-8 < readme.txt > out.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| using System.IO; | |
| namespace KlerksSoft | |
| { | |
| public static class TextFileEncodingDetector | |
| { | |
| /* |
- install
glassfishandtomcatby homebrew - install
glassfisheclipse plugin byHelp > Eclipse Marketplace
It seems that Oracle use glassfish for Java EE distribution on Mac. And there are modules directory under glassfish directory which contains javax.servlet and so on, refer to here.
.DS_Store known as Desktop Services Store, is used by Finder to store personal preference such as icon position and so on. It is good that Apple keep the preference locally by using .DS_Store but sometimes it might be annoying.
- rearrange icon in your
Picturefolder - use Terminal to delete the
.DS_Storefile inPicturefolder - relaunch
Finderservice usingkillall -KILL Findercommand which will forceFinderto reload.DS_Store