[cygwin] dig, nslookup, resolv.conf ※ how to use internet tools on Cygwin dig -> install bind utils nslookup, dig : needs /etc/resolv.conf if u make resolv.conf file with external editor, it makes the authentication problem please, do make internal editor (install vim) etc/Cygwin 2010.05.17
[info] hangul input output list in MSYS(Mininal System) on MINGW, or Cygwin, display Hangul & input out * input on shell ~/.inputrc set meta-flag on set output-meta on set convert-meta off * display on shell (pwd, ls) in /etc/profile or ~/.profile alias ls='ls -F --color=auto --show-control-char' alias ll='ls -l --color=auto --show-control-char' use --show-control-char option etc/Cygwin 2010.03.04
nfs service 1. install or add nfs-server (by setup.exe) 2. start cygwin shell 3. run /usr/bin/nfs-server-config (nfs server configuration) in winxp, use separate account 4. edit /etc/exports 5. run services (windows services.msc) Cygwin mountd, nfsd, portmap or cygrunsrv --start portmap cygrunsrv --start mountd cygrunsrv --start nfsd 5. open the windows firewall rpc.nfsd.exe (NFS) : TCP/UDP 2049 portmap.ex.. etc/Cygwin 2010.02.10
basic uname -a ; version cygrunsrv ; concern about services cygrunsrv --stop service_name cygrunsrv --start service_name cygrunsrv --install service_name ; register with windows servcies cygrunsrv --remove service_name etc/Cygwin 2010.02.10