#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = = 関連サイト = http://www.centos.org/ = インストール = = yum = ["yum"] {{{ yum list yum list update yum update }}} = VNC = {{{ # yum install vnc-server # vi /etc/sysconfig/iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 5901 -j ACCEPT # /etc/init.d/iptables restart }}} [http://www.realvnc.com/cgi-bin/download.cgi RealVNC - Download VNC software]:RealVNCにMac OS X用のバイナリある事しらない人が多かったりする? [http://www.redstonesoftware.com/products/vine_viewer vine viewer VNC Client(Mac OS X)]:有料だけど良くできています。 [http://sourceforge.net/projects/cotvnc/ SourceForge.net: Chicken of the VNC]:2006年以降バイナリは出てない。接続速度は遅いです。 [http://www.osflash.org/fvnc FVNC Open Source Flash]:Flash版 [http://wiki.centos.org/HowTos/FreeNX HowTos/FreeNX - CentOS Wiki] = 設定 = = 利用方法 = Mac OS Xでhostsの設定をする場合があったのでメモ {{{ /private/etc/hosts sudo lookupd -flushcache }}} = 参考サイト = ---- CategoryUnix