CentOS

sshでリモートのXアプリを操作

sshでリモートのXアプリ(Wireshark等)を操作する方法 Server:CentOS Client:Windows Server側/etc/ssh/sshd_config で X11Forwarding yesとなっていることを確認。no になっている場合は yes に変更した上で # service sshd reloadClient側 Cygwin で X11,…

Gitサーバの構築(CentOS編)

CentOS 6.0へのGitサーバ構築メモ Git, xinetd のインストール # yum install git git-daemon xinetd/etc/xinetd.d/git-daemon というファイルを新規作成。内容は以下の通り。 # default: off # description: The git server offers access to git repositor…