hostus 发表于 2019-4-1 14:38:55

guacamole神器 论坛竟然没人提过

本帖最后由 hostus 于 2019-4-1 16:24 编辑

前几天偶然看到一个神器.觉得非常适合挂机小王子们,搜论坛竟然一个相关的帖子都木有

引用一段百度来的文字

"


比如你在小鸡开了firefox 挂vagex或者EB或者AM
有时会发现进程被杀
通过这个神器非常方便查看及操作
010.gif



附上centos7下安装流程(第一次成功后 在另外一台机器上重新安装了遍 应该可以一次成功
007.gif
)


1.安装依赖(从其他教程粘贴进来的 反正全给装了)
yum -y install cairo-devel libjpeg-devel libpng-devel uuid-devel
yum -y install ffmpeg-devel freerdp-devel pango-devel libssh2-devel
yum -y install libtelnet-devel libvncserver-devel pulseaudio-libs-devel
yum -y install openssl-devel libvorbis-devel libwebp-devel
yum -y install freerdp-plugins


yum install -y automake autoconf make gcc gcc-c++ libtool zlib zlib-devel curl curl-devel alsa-lib alsa-lib-devel gettext gettext-devel expat expat-devel nasm pkgconfig libjpeg-turbo-devel

rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
yum install ffmpeg-devel

2.安装server端

wget https://mirrors.tuna.tsinghua.edu.cn/apache/guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
tar -zvxf guacamole-server-1.0.0.tar.gz
cd guacamole-server-1.0.0
./configure --with-init-dir=/etc/init.d
make && make install
ldconfig
/etc/init.d/guacdstart

这步 启动后输出 success 就说明server端安装成功了

3.安装client端

yum install tomcat
cd /usr/share/tomcat/webapps/
wget http://mirrors.gigenet.com/apache/guacamole/1.0.0/binary/guacamole-1.0.0.war

mkdir /etc/guacamole
touch /etc/guacamole/guacamole.properties
touch /etc/guacamole/user-mapping.xml

export GUACAMOLE_HOME=/etc/guacamole
source /etc/profile

4.启动tomcat 和 guacamole

systemctl start tomcat

/etc/init.d/guacd restart

附上

/etc/guacamole/guacamole.properties 配置文件内容

guacd-hostname: localhost
guacd-port: 4822

enable-websocket: true

enable-clipboard-integration: true

user-mapping.xml: /etc/guacamole/user-mapping.xml

/etc/guacamole/user-mapping.xml 配置文件内容(authorize 这行是web端登录的账号密码 connection端的配置可以百度下有rdp vnc ssh 等等,下面列出的是 vnc端的 )





vnc
ipaddress
port
password



coobar 发表于 2019-4-1 14:57:49

不上教程就是耍流氓!!

laybmusic 发表于 2019-4-1 14:58:27

不懂Mark。。。

hostus 发表于 2019-4-1 15:16:05


coobar 发表于 2019-4-1 14:57

不上教程就是耍流氓!!
真正想研究的 百度下就可以了呗
022.gif
   

maxfly 发表于 2019-4-1 14:57:00

如何安装呀?

cyanrain 发表于 2019-4-1 15:26:36

这东西难用的要死,又不好配置

wuxudd 发表于 2019-4-1 15:44:26

我选择 noVNC



lol.gif



            
lol.gif

hjvn2211445 发表于 2019-4-1 15:55:37


wuxudd 发表于 2019-4-1 15:55

这东西难用的要死,又不好配置
还好吧   速度取决于 你到 作为Web端的机器的速度以及web端到另外台机器的速度吧

我centos 下配置成功了debian的 到时试试 待会简单贴下centos下安装过程吧

hostus 发表于 2019-4-1 16:00:09

https://github.com/paradoxxxzero/butterfly
页: [1]
查看完整版本: guacamole神器 论坛竟然没人提过