Presentation last tweaked by CW3 Danberry on: 7 September 2013 Presented by Timothy A. Solberg The instructions in this presentation are for using Coolkey.

Slides:



Advertisements
Similar presentations
Transition Plus Services
Advertisements

Manipulative Template 1
Presented by W1BAW Bruce Wattendorf. What is a Raspberry PI A $35 computer with out a monitor, keyboard, mouse but they all can be added.
My System Profile and Password Reset Instructions PART 1 For every Core-CT User ID follow these steps to use the Automated Password Reset feature: 1.Log.
By: Tony Andrews.  Linux directory ordering system  Navigating and creating directories ◦ Listing directories and files ◦ Creating directories ◦ Changing.
Password Reset Instructions PART 1 The following set-up tasks must be performed first in order to use the Automated Password Reset feature. 1.Log into.
A Basic UNIX System By Sandy G. Introduction One of the most common operating systems in existence is Unix. Unix exists in many different flavors, from.
When you log into unix you are in the root directory Root directory To create a new directory you must type: mkdir newdirectory This will create a new.
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
It's a binary file kept under specific directory.
Working Environment - - Linux - -.
These instructions will allow you to use the AKO White pages while in Outlook. Since the settings use your AKO account, it should still work once your.
Lesson 3 Text Basics Adapted From Source:
Installing VMware & the Data ONTAP Simulator SE Technical Academy.
A crash course in njit’s Afs
L INUX C OMMAND L INE I NTERFACE G UNAANBAN.G
1. This presentation covers :  User Interface Administration  Files System and Services Management 2.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
I like helping Mac users. But, please know that I work M-F EST and will get back to you as soon as I can. Timothy Solberg Cell:
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
ITCS 4/5145 Parallel Programming, UNC-Charlotte, B. Wilkinson, 2012, Jan 18, 2012assignprelim.1 Assignment Preliminaries ITCS 4145/5145 Spring 2012.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 9 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller,
1 N305 C Programming. 2 Objectives for the Lab ä Learn problem solving strategies ä Achieve intermediate knowledge of C Programming Language ä Gain experience.
CCHD Grant Application Using the Online System. Sign In to the Online System Enter you complete address If this is your first time using CCHD’s.
Introduction to UNIX Road Map: 1. UNIX Structure 2. Components of UNIX 3. Process Structure 4. Shell & Utility Programs 5. Using Files & Directories 6.
Chapter 1 : The Linux System Part 2 Lecture 2 11/14/
I am performing this fix on people’s computers who use AKO webmail. The former version loaded fairly fast. The new version loads very slow on some computers.
Lecture One. Objective: Provide description of the Command-Line Editor of Linux operating system. Enable students to understand the practical side of.
Introduction to Programming Using C An Introduction to Operating Systems.
Making the new AKO webmail work faster on your computer Last Revision: 19 September 2010 I am now performing this fix on people’s computers who use AKO.
Password Reset Instructions PART 1 The following set-up tasks must be performed first in order to use the Automated Password Reset feature. 1.Log into.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
Bonus EV3 Programming Lessons By Droids Robotics LEGO MINDSTORMS and Raspberry Pi IR Light controller.
The Kernel At a high level, the kernel in an operating system serves as the bridge between applications and the actual data processing of the hardware.
Lab 8 Department of Computer Science and Information Engineering National Taiwan University Lab8 - Root Filesystem 2015/11/10/ 22 1.
SNG via Webinar. Where’s Webinar??  Double click Aflac 2000 folder  Highlight “SNGWebCommunicator”  Right Click and “Send To - Desktop”
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
Assignprelim.1 Assignment Preliminaries © 2012 B. Wilkinson/Clayton Ferner. Modification date: Jan 16a, 2014.
Security Risk Assessment Determine how important your computer is to your group ● Mission critical? ● Sensitive information? ● Expensive hardware? ● Service.
Password Reset Instructions
How to Work on your METEO 473 codes from your PC at home
Remote hosts and web servers
Department of Computer Engineering
Getting started with CentOS Linux
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
IST256 : Applications Programming for Information Systems
4Schools Adding a Web Page.
Raspberry Pi in Headless Operation
Using Linux and Lab Setup OS Lab 1
Command Line Interface for Beginners
Assignment Preliminaries
Users and Accounts Lab 0.1. Users and Accounts Lab 0.1.
Bomgar Remote support software
Password Reset Instructions
Step 2 MyPCC Account Setup
How to create your own page on an existing PBWiki site
Starting Jena 3 in Eclipse
Getting started with CentOS Linux
Working with Mac OS and Linux
Using emacs and G++ at U. W.
Linux File System Commands
CSCE 206 Lab Structured Programming in C
Stage 3 Maze: Sequence.
How to Configure Firefox for CAC use on an Apple Computer
Presentation transcript:

Presentation last tweaked by CW3 Danberry on: 7 September 2013 Presented by Timothy A. Solberg The instructions in this presentation are for using Coolkey. This was replaced by CACkey. So, if you want an easier approach, go to: Video instructions can be viewed at:

 If you are NOT familiar with Linux or Terminal DO NOT ATTEMPT THE FOLLOWING COMMANDS, have Tim or someone who knows what they are doing do this for you. Tim has no problems helping you and can setup a time to access your MAC remotely and will do it for you.

 Open Terminal  All commands must be entered as Root. To get into Root, type: Su  Enter your Root Password then press Enter  Should look something like: sh-3.2# Now copy the following commands:  sudo mkdir -p /usr/local/lib  sudo mkdir -p /usr/local/include  sudo mkdir -p /usr/local/bin  unzip “then drag and drop the mac-coolkey zip in Terminal” Press Enter  cd usr/local/CoolKey  sudo cp -r lib/* /usr/local/lib/  sudo cp -r include/* /usr/local/include/  sudo cp -r bin/* /usr/local/bin/  Once that is done copy and paste this line into Firefox (or navigate to it)  /usr/local/lib/pkcs11/libcoolkeypk11.dylib

Another presentation by: CW3 Michael J. Danberry For specific questions regarding this Presentation please contact: Timothy A. Solberg