Tutorial?
Test Run 1  †
Starting Sigverse  †
Connection to the server from the viewer  †
If you do not use port forwarding  †
If you use port forwarding  †
Connection  †
[[ Image> http://www.sociointelligenesis.org/SIGVerse/index.php?plugin=attach&pcmd=open&file=connectServer3.png&refer=%E3%83%86%E3%82%B9%E3%83%88%E5%AE%9F%E8%A1%8C]]
Stop Sigverse  †
okay !
$ emacs kill.sh
#!/bin/bash
for i in `ps aux | grep sig | grep <username> | awk '{print $2}'`; do
    echo process id: $i
    kill -9 $i
done