install

来自「yoics 上抓下來的源碼,用於遠端vnc 資料分享的工具 http://y」· 代码 · 共 27 行

TXT
27
字号
##  ./install in this directory will:## copy yoicsd               -->     /usr/sbin/yoicsd# copy yoics.txt            -->     /etc/yoics.txt# copy yoics.startup.file   -->     /etc/rc.d/init.d/yoics## you must then ## chkconfig --levels 345 yoics on## to have the yoics dameon start up automatically##cp yoicsd /usr/sbin/yoicsdcp yoics.txt /etc/yoics.txtcp yoics.startup.file /etc/rc.d/init.d/yoicsecho .echo Yoics installedecho .echo type chkconfig --levels 345 yoics onecho .echo to enable automatic starupecho .

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?