Overblog Tous les blogs Top blogs Entreprenariat Tous les blogs Entreprenariat
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU
http://clmkrh.over-blog.com/

clmkrh.over-blog.com/

Publicité

Home On Mac



  1. Ensure your CAC reader works with Mac
  2. Check to ensure your Mac accepts the reader
  3. Check your Mac OS version
  4. Check your CAC's version
  5. Update your DOD certificates
  6. Guidance for Firefox Users
  7. Look at graphs to see which CAC enabler to use

With Home Design 3D, designing and remodeling your house in 3D has never been so quick and intuitive! Accessible to everyone from home decor enthusiasts to students and professionals, Home Design 3D is the reference interior design application for a professional result at your fingertips!

Step 1: Purchase a Mac Friendly CAC Reader

Purchase a CAC reader that works for your Mac. There are only a couple that you can choose from and I've listed them below.

  1. The Home key is a control key for returning the text cursor to the beginning of the line on which you're currently typing. This key may also move the cursor to the beginning of a document, web page, or cell. Examples of using the Home key. Where is the Home key on the keyboard?
  2. The YI Home app is the intuitive and easy-to-use app for all your YI Home Cameras. Follow the simple onscreen instructions to add your YI Home camera then easily access 24/7 live view of your home.

If you already have a CAC reader and it isn't Mac friendly, you could update the firmware, however, for the non-tech savvy people out there, it's probably better to just purchase a new one and save the headache – they're only ~$11-13 dollars. Image line plugins pack mac.

Best Mac Compatible CAC USB Readers
Best Mac Compatible CAC Desk Readers

Step 2: Plug in and Ensure It's Accepted

Once you have your CAC reader, plug it into your Mac and ensure your computer recognizes it. If you have one of the CAC readers we suggested above, then you should be good to go.

If you are testing a different version, then verify that your Mac accepts your CAC reader by following these steps.

If for some reason your CAC reader isn't working, then try the following steps.

Step 3: Update Your DOD Certificates

Now that you have your CAC reader connected and accepted on your Mac computer, it's time to ensure you have the right certificates in order to access DOD CAC required web pages.

Mac Homes Agent Access

If you are using Chrome or Safari, then follow step 3a below. If you are using Firefox, you'll need to do some extra steps:

Freddie mac home possible
  1. Type ⇧⌘U (Shift + Command + U) to access your Utilities
  2. Find and Double click 'Keychain Access'
  3. Select 'Login' and 'All Items'
  4. Download the following four files and double click each once downloaded so as to install in your Keychain Access.
  5. When you double-click the Mac Root Cert 3 and 4, you'll need to tell your browser to always trust them. Click the button like you see below:
Additional Steps for Firefox
  1. Download All Certs zip and double click to unzip all 39 files
  2. While in Firefox, click 'Firefox' on the top left, then 'Preferences'
  3. Then Click 'Advanced' > 'Certificates' > 'View Certificates'
  4. Then Click 'Authorities' and then 'Import'
  5. Import each file individually from the 'AllCerts' folder. When you do this, the below box will popup. Check all three boxes and click 'OK'

Step 4: Download and install CAC Enabler

  1. Download zip
  2. Double click the .zip file
  3. Because this is from an unidentified developer, you'll need to hold down 'Control' and click the program. Now select open and continue with install procedure.
  4. After installing, restart your computer

CAC Access at Home Success

Now that you have a CAC reader, certificates, and a CAC Enabler, you should now be able to access any CAC-enabled website and log on using your CAC password and data.

Common Reasons Why Your CAC Card Won't Work On Your Mac

Ensure Your CAC Card Meets the Standards: In order for your CAC card to work, it must meet the minimal requirements. Currently, there are only four types of CAC cards that can be used. The ensure you have the right CAC card for online access, flip your CAC card to the back and if you have one of the below numbers written on the top left, then you are good to go:

  • G&D FIPS 201 SCE 3.2
  • Oberthur ID one 128 v5.5 Dual
  • GEMALTO DLGX4-A 144
  • GEMALTO TOP DL GX4 144

If you do not have any of the above written on the back, then proceed to your nearest PSD to get a new CAC card issued.

Google have announced this week that they've opened up the Google Assistant SDK to developers. You can now use the Google Home assistant on your Mac. Read on to find out how to do it!

Building Google Assistant on a Mac

Annie Mac Home Mortgage Complaints

If you're using an iMac or Macbook you can have Google Assistant up and running in 5 minutes or less. Here's a step by step guide to getting Google Home working on a Mac computer.

1. Install Homebrew on Your Mac
Home

If you haven't already installed Homebrew this is the easiest way to do it inside the Terminal for Mac:

ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'

2. Install Python 3 and Create a Virtual Environment for Google Home

First, you'll need to create a directory for Google Home:
mkdir googlehome
cd googlehome

Now you can install everything in there:
brew install python3
python3 -m venv env
env/bin/python -m pip install --upgrade pip setuptools
source env/bin/activate

3. Install the Google Assistant SDK on Mac

You should make sure to use sudo here to give super user permissions for the install on your Mac.

sudo python3 -m pip install --upgrade google-assistant-sdk[samples]

4. Create a Developer Project and Grant API Access

Head to the Google Cloud Platform Projects page and create a new project.

Enable the Google Assistant API for your new project in the Google API Manager.

Now go to the Credentials tab and create an OAuth Client ID. Tick the Other option and the create it.

You'll finally be able to download a file similar to client_secret_XXXX.json (where XXXX is unique to you.) Copy this file into the googlehome directory you created earlier.

5. Google Home Works on a Mac!

Grant your new Google Home for Mac access to your Google account with this command:

python -m googlesamples.assistant.auth_helpers --client-secrets client_secret_XXXX.json Mac el capitan to high sierra.

Ensure to replace client_secret_XXXX.json with your client secret filename.

Test your audio (this will record a 5 second sample from your Mac's microphone and play it back):

python -m googlesamples.assistant.audio_helpers

Ready to talk to Google Assistant on your Mac for real? Run this command:

python -m googlesamples.assistant

Now just hit enter to start chatting. You'll even see your speech transcribed on the screen! More commands and tips here at the official Google Assistant SDK page on GitHub.

Permission Setting Problems? Do This!

If you try chatting with Google Assistant and hear, 'Actually there are some basic settings that need your permission first. Just go into the Google Home app for details.'

You'll actually need to head to you Google Account Activity Controls and enable these permissions:

  • Web & App Activity
  • Location History
  • Device Information
  • Voice & Audio Activity

That's it, you're all set!

Google Home Raspberry Pi Version

It's now also possible to get a budget version of the much loved Google Home running on a Raspberry Pi 3. This is currently the official Google recommended method.

What You'll Need to Build a Raspberry Pi Google Home
Have You Chatted with Google Assistant Yet?

Leave a comment and let me know about the best experiences you've had while talking to your very own homemade Google Home!





Publicité
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article