Menu
  • HOME
  • TAGS

Anternative to guacamole? [closed]

linux,ssh,vnc

Check-out this HTML5 client: http://kanaka.github.io/noVNC/noVNC/vnc.html I guess it doesn't need Java, or anything....

cant bridge vmware to Microsoft virtual WIFI adapter

vmware,wireless,vnc,bridge

There are different solutions to this: Use a USB Wifi Adapter and connect it to kali through VMware. If the above doesn't work, you might have to download and install kali linux 32bit. 64bit version is known to disagree with you alot. Edit: You might have to download a previous...

VNCViewer Timing out on redhat 6.4

redhat,gnome,vnc

Solved it. I believe, this was happening particularly in Amazon (AWS) EC2 because of AWS's firewall outside the instance. I had to add rule to the instance to allow the VNC traffic. the process is documented here: GUI in Amazon EC2

How do I respond to a prompt for password in a shell script?

bash,ubuntu,vnc

If the program is reading from your terminal instead of stdin, you'll find that it ignores any data you send in using file redirection. If that's the case, then you can use a program like expect to automate interactions with the terminal using a pseudy-tty. This is exactly the sort...

jQuery divert mouse click from VNC to modal

javascript,jquery,twitter-bootstrap,modal-dialog,vnc

Just called RFB's _rfb.get_keyboard().ungrab() method when modal is shown and was pretty done.

C# Program Only Works in Debug Mode

c#,vnc,argumentexception

The issue was related to timing, it seems. Out of debug mode, the program ran too fast and those width and height variable didn't have their values updated. Luckily, VncSharp is open source, so I could add my own line and leave it in a loop as long as either...

Trying to get Websockify/noVNC to work through a reverse proxy

apache,google-chrome,firefox,websocket,vnc

Turns out, if one wants to proxy websockets through an https proxy, one should make the proxy part normal websockets (ws://) not secure web sockets (wss://) which makes sense as the https proxy would have handled the ssl portion already and there is nothing to do. ProxyPass /websockify ws://127.0.0.1:6080/websockify retry=3...

first time running qemu, vnc viewer not open automatically

qemu,vnc

I solved this problem by installing sdl-devel to my CentOS. I reran ./configure --target-list=sparc-softmmu --enable-sdl and did make, make install and the problem is gone!

What can I use to view a mobile device remotely instead of VNC options which are too slow?

user-interface,testing,mobile,vnc,mirroring

You can try seeTest Manual tool http://experitest.com/support-2/seetest-pricing-manual/. It is a free tool. Very easy to install and setup. You can remotely connect and control your android and iphone devices from PC. It is just like interacting with the mobile phone from desktop.