#pragma section-numbers off [[TableOfContents]] = 概要 = Win環境なんて素では利用できませんので。Winしかつかったことない新人とかにも教えます。 = 公式サイト = http://www.cygwin.com/ = 関連 = http://sourceware.org/cygwinports/ = 設定 = [http://iwa.ath.cx/software/cygwin/cocot.html 端末(tty)とプロセスの間に割り込んで、文字コード変換を行うツール] {{{ alias ls=ls --show-control-chars }}} [http://www.geocities.co.jp/SiliconValley-PaloAlto/8946/ ck - terminal emulator] {{{ C:\usr\local\bin\ck.exe -g 80x40+300-10 -e /bin/bash.exe }}} ["cygwin+postgresql"] cygwinだと限界という人には以下など。 [http://scratchpad.fc2web.com/colinux/ Cooperative Linux(通称: coLinux)のメモ] = SSH = http://www.phys.asa.hokkyodai.ac.jp/osamu/sshd/sshd.html http://osksn2.hep.sci.osaka-u.ac.jp/~naga/miscellaneous/winssha.html = 日本語の設定 = .inputrc {{{ set kanji-code sjis set convert-meta off set meta-flag on set output-meta on }}} .bashrc {{{ export LANG=ja_JP.SJIS export TZ=JST-9 export JLESSCHARSET=japanese-sjis alias ls='ls --show-control-chars --color -F' }}} .vimrc {{{ set encoding=japan set fileencodings=iso-2002-jp,utf-8,euc-jp,cp932 }}} = 参考サイト = [http://www.okisoft.co.jp/esc/utf8-cygwin/download.html UTF-8 Cygwin - Download] [http://www.sixnine.net/cygwin/cygwin-doc/index.html Cygwin Documentation Library(Cygwin 文書図書館)] [http://quanta.sppd.ne.jp/tech/cygwin.html Cygwin Setup] [http://www.piedey.co.jp/softs/ntuxtl.html NT版UNIX-like tools] [http://childs.squares.net/program/text02.html#nyaos TEM的環境を作る] [http://uenox.ld.infoseek.co.jp/cygwin/japanese.html uenox HomePage Cygwin 日本語化] ----