Chicken Of The Vnc Catalina

Code Chicken of the VNC is a VNC client for Mac OS X. A VNC client allows one to display and interact with a remote computer screen. In other words, you can use Chicken of the VNC to interact with a remote computer as though it's right next to you. Chicken is a VNC viewer for Mac OS X version 10.4 and later. Chicken allows you to connect remotely to another computer, view the screen or take control of the device. The Chicken software offers great client functionality. With a VNC application such as Chicken, you can operate the remote computer as though you were right there in front of it.

VncHow to use chicken of the vnc

I wrote this back in 2009 but I have reposted it upon request. I hope it is helpful.

Amazon Gift Cards make great gifts for anyone and everyone!

Do you want to remotely control a PC with a Mac? There are many commercial software packages and online services available. However, viagra sale most of them are simply re-brandings of the open source VNC remote control system. Plus, click you may find their performance to be lacking. I’ve been using VNC between Windows, click Mac and Linux systems for a long time. With the resurgence in Mac interest, a lot of people ask me how they can access their existing Windows PC from their new Mac. Here is a quick and easy guide to getting a remote control system up and running using VNC. And by the way, its free.

VNC (Virtual Network Computing) was originally developed in Cambridge, U.K., by developers at the AT&T/Olivetti Research Laboratory. It is a high performance remote control system that includes two software components. The remote computer has the “server” component running, while the other computer runs the “client” component and connects to the remote computer.

(For all you Linux and Unix users, this guide applies to you as well, but note that most Linux and Unix distributions come with VNC already installed. On those systems, you may need to configure VNC and then issue a “vncserver” command.)

1. Getting VNC “server” running on your Windows PC

First, download the free edition of RealVNC onto your Windows PC. (Note that Vista users may have trouble with the free version and if so, they can install TightVNC. Some people prefer TightVNC for all versions of Windows, but because it has several advanced features it may be a little more confusing for first-time VNC users.)

Next, install your VNC software and specifically choose to install the server component, register the service, and start the service. Now VNC server should be running on your Windows PC. You can set the password for remote access if you like. You should see a small icon at the bottom right of your screen. By resting on the icon, you should see your computer’s network IP address on your LAN. Make a note of it!

Finally, you need to either disable the Windows firewall on your PC or else open ports 5900 and 5800 in the Windows firewall. If you are opening ports, I recommend that you open 5901 and 5801 also.

2. Getting VNC “client” running on your Mac

There are 3 easy ways to do this.

Option 1: Mac OS X comes installed with a “screen sharing” application that has VNC client functionality. It is part of Apple’s iChat system. However, you can get right into it (without using iChat) by going to the Finder and selecting Go -> Connect to Server… You will then want to enter the IP address of the remote machine with a prefix of “vnc://”. For example, if your remote PC is 192.168.0.21, you would enter vnc://192.168.0.21

Option 2: There are a few VNC clients made for the Mac. Chicken of the VNC by Jason Harris is probably the most popular. It runs on both Tiger and Leopard. Chicken of the VNC is a free download. Simply install Chiken of the VNC and enter your remote PC’s IP address.

Option 3: My favorite way to connect to a remote PC is to simply use my web browser. Both RealVNC and TightVNC include a mini web server with a Java applet for really easy connections. On your Mac, open your web browser (Safari or Firefox) and go to the IP address of your remote PC with “:5800? appended. For example, if your remote PC os 192.168.0.21, you would enter a URL of 192.168.0.21:5800 and the Java applet will automatically run in your browser. I have often found that this option offers the best performance.

3. Making your VNC connection secure

Amazon Gift Cards make great gifts for anyone and everyone!

If you are using VNC over your own LAN, you probably don’t have any security concerns. However, if you want to run VNC over the internet (say from one office to another, or from home to work or vice versa), you need to be concerned with security. You should not simply open or forward VNC ports on your router or internet firewall. First, make a secure connection to the remote network using a VPN (Virtual Private Network) connection. Depending on your router and firewall configuration at the remote network, you can make a connection from your Mac using PPTP or IPSEC and once the tunnel is live, you can simply run your VNC through that tunnel. (For Linux and Unix users, you can also tunnel VNC inside of an SSH connection.)

VNC makes it easy to control a Windows PC from a Mac. Its fast, free, and its a thrill to remotely move a Windows mouse pointer, especially the first time. There are a lot of other VNC configuration settings that I didn’t cover, but this should help you get up and running quickly.

Lastly, their are VNC apps in the Apple AppStore and also various VNC apps for Android phones and tablets as well.

This blog post is 15 years old! Most likely, its content is outdated. Especially if it's technical.

Here's what I had to do to get VNC working between my mac and my ubuntu linux machine here on this home network.

On the mac tiger, I went to http://sourceforge.net/projects/cotvnc/ and downloaded and installed the latest Chicken of the VNC.

On the ubuntu linux, I had to do this:

You can use xrandr -q just to find out a) what your current screen resolution is in Linux and what your alternatives are. With all this ready, then start the server.

Chicken Of The Vnc Catalina

$ tightvncserver -geometry 1280x1024

Chicken Of The Vnc Mac Catalina

That's all you need to do. Now, just start cotvnc on the mac. It asks you for the hostname (192.168.bla.bla) and display and the display number (most likely 1 is shown to you when you start tightvncserver on the linux)

And the result is as you can see in the screenshot here. I haven't found a genuine need for it yet but it'll be good to have available once I tuck my old PC away switched on with only a power and network cable. It's still got some 700Gb of harddrive space and my mac only has 500Gb.

You can read more about xrandrhere

Worth noting, linux uses geeky cryptic names like xrandr in contrast to the mac world where it's Chicken of the VNC :) PS. Don't read in to that analysis too much. Mac is good but Linux is still superior in many aspects. I use both heavly.

Related posts

How To Use Chicken Of The Vnc

Previous:
Why Linux is better01 March 2006
Next:
parentElementsByTagName(doc, tagname, classname)06 March 2006
Related by category:
'No space left on device' on OSX Docker03 October 2017MacOSX
Yet another Docker 'A ha!' moment05 November 2017MacOSX
The best grep tool in the world; ripgrep19 June 2018MacOSX
Build pyenv Python versions on macOS Catalina 10.1519 February 2020MacOSX
When Docker is too slow, use your host11 January 2018MacOSX
Chicken of the vnc catalina
Related by keyword:
Screencasting the unix way with Python05 November 2005
Make your settings in .Xdefaults come true16 November 2004