readme
来自「Howdy Communication System的目的是提供一个简单、易用的」· 代码 · 共 47 行
TXT
47 行
Howdy is free software distributed under the GNU General Public Licence.It comes with absolutely no warranty. See the COPYING file for more details.The following commands will help you if you have a UNIX-like operating system.If you don't want to install Howdy, you can run it right out of the Jar:java -jar Howdy2.jarTo run the server, try:java -jar Howdy2.jar sThe following steps require you to extract the files from the archive like this:jar xf Howdy2.jarThen, change into Howdy/cd Howdy/To install Howdy AS ROOT, simply run the install.sh script like so:./install.shTo uninstall Howdy AS ROOT, run the uninstall.sh scrip:./uninstall.shAfter installing Howdy, you should be able to run the server like so:howdy sTo run the client, do this:howdy cIf you need to recompile Howdy, go up one directory and run:javac Howdy/Howdy.javaIt is advisable to make sure your Howdy settings are only accicible by you since your passwords are contained in those files!After running the client and/or the server you will probably want to run:chmod 600 ~/.Howdy*Enjoy!Serban Giuroiu < gyzmobro@users.sourceforge.net >See the official site at http://howdy.sourceforge.net
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?