The Macintosh Plus computer is the third model in the Macintosh line, introduced on January 16, 1986, two years after the original Macintosh and a little more than a year after the Macintosh 512K, with a price tag of US$2599. As an evolutionary improvement over the 512K, it shipped with 1 MB of RAM standard, expandable to 4 MB, and an external SCSI peripheral bus, among smaller improvements. Jana2000 on MAC OSX 10.12: Manuals (partially useful also for Jana2006) -manual98.pdf manual2000part1.pdf powderparameters.pdf manual2000part1examples.zip superflipusermanual.pdf: Cookbook Jana Cookbook cumulates examples from Jana workhops. The last version is always copied here together with input data.

Small

You will need to run as 'root' to connect.

  • Linus Torvalds, Finnish computer scientist who was the principal force behind the development of the Linux operating system. At age 10 Torvalds began to dabble in computer programming on his grandfather’s Commodore VIC-20. In 1991, while a computer science student at the University of Helsinki.
  • If your are really good any OS is fine. OS X can make things easier at times. So can Ubuntu for that matters. There's nothing you can do in OS X that you can't do in ubuntu, data science wise. In windows you may miss a lot of the small unix tools. All the rest is bullshit.

System Requirements

  • A modern version of OS X: openconnect is should work on most recent OS X versions. It has been tested and seems to function correctly as far back as 10.9.
  • Mac OS X TUN/TAP driver, which allows for creation of the virtual network interface.

Installing openconnect

Install using homebrew or macports

The built openconnect package is available using macports or homebrew. You can install using one of these two programs, then install the TUN/TAP driver. You will need administrative privileges on the machine you are installing this on.

Scientist
  1. Install homebrew or Macports.
  2. Open Terminal and update the package cache using the command
  3. Install the openconnect package using the command:
    1. If using macports, you can use the command:
  4. Install the Mac OS X TUN/TAP driver
  5. Optional: If you would like to run openconnect without admin privileges, you can add a line to your sudoers file to allow this. The line could look something like this:

Building from source

For advanced users only

Building openconnect from source will not be necessary for most users, as in general the prepackaged version from macports or homebrew will fulfill most needs. If you need the most recent version and it is not available, you can build it yourself.

  1. Ensure you have the dependencies needed for the package.
  2. Install the vpnc script to /etc/vpnc/vpnc-script
  3. Check the source code out from the openconnect Git repository or download a tarball from the openconnect website.
  4. Untar the code to a directory and build and install it with:
  5. Optional: if you would like to run openconnect without admin privileges, you can add a line to your sudoers file to allow this. The line could look something like this:

Running openconnect

Small Scientist Mac Os Catalina

  1. From the Terminal, run
  2. You will be prompted for your Kerberos password, and then the VPN client will connect.
  3. Once connected, you will have an IP address that begins with 18.100. You can verify this using ifconfig, and checking the address for tun0.

Small Scientist Mac Os X

To disconnect, simply press Ctrl-C in the terminal window to end the program.

Resources