Random Cards Mac OS

Posted on  by

EDIT: This post have been getting very many views lately so ‘fess up in the comments if you want a part 2 with more advanced and new ways to use Mac OS X commands and wildcard characters.

Random Cards Mac Os X

Sure put your SD card in the reader and transfer the files by copying onto your Mac. Double click on the card in the finder menu a couple of times till you see your jpgs or nef files. Copy them to your Mac. Only format the card in your D70 NOT in the Mac. NOW 73 deliciously delightful solitaire games for your Mac and daily challenges! The new games and daily challenges are available as an In-App-Purchase on Mac OS X 10.9 or later. Designed by a Mac and Solitaire loving Mom and Daughter, Full Deck Solitaire is a beautiful card game with an easy to use user interface. External disk on which you’ve installed Mac OS X or Mac OS X Server. About Battery Status The battery on your RAID card supplies the power needed to save data that’s still in the card’s write caches at the time of a power failure. The status of the battery is reflected in the overall status of the RAID card. A card without the Reset Bug (Anything older than Hawaii is bug free but it’s a total crap-shoot on any newer card. 300 series cards may also have Mac OS specific compatibility issues. Vega and Fiji seem especially susceptible) A google search to make sure your card is compatible with Mac OS on Macs/hackintoshes without patching or flashing. 'Excellent System Card for Mac OS. See all customer reviews. Product Description. Capture gorgeous photos and HD video with this PNY Elite Performance SDXC card. Boasting 512GB of storage capacity, this SDXC card accommodates thousands of photos and up to 116 hours of HD video. This PNY Elite Performance SDXC card easily captures.

This tip/post is going to be about several common Mac OS X commands and wildcard characters I have discovered, at work, that is useful to understand and know how to use. First off, wildcard characters are special characters such as * and ? that help you to find groups of filenames that have something in common.

For example, say I have a couple of files that I want to find in my home directory. My home directory is cluttered with junk files that I never take the time to organize. But somewhere within that junk pile of files there lay 8 files I would like. Their filenames are ssw_idl.a285, ssw_idl.r391, ssw_idl.z988, ssw_idl.c293, and the other 4 files are named similarly (“ssw_idl.” followed by a letter, then 3 numbers).

Open up terminal (or something similar like X11’s xterm) and type in ls then enter. This lists all your files and folders in the current directory.
Cramming time:
cdchanges directories (directories = folders). cd .. to go up a directory and cd FOLDERNAME to go to a folder in the current directory.
rm – deletes files/folders.
mkdir – makes directories (folders).
say 'Hello!' – computer says ‘Hello!’
more textFileName – opens up a text file for viewing inside the command line/shell.

Now the actual reason I wrote up this post was to show you how to display only certain files with similar names. So we’ll go on to learn about wildcard characters (to be completely honest, I am a noob to this whole wildcard thing; I am stilling learning also), and then about how to use wildcard characters in the Mac OS X command line. Skip ahead if you already know about wildcard characters.

——– The Good Stuff ——-

* – this star means “everything”.
ls * will display all folders and all files within those folders.
? – means any character. ?? means any two characters. So basically ls ??* will only display files/folders that have filenames 2 or more characters long.
alphabet and numbers – typing in any letters or numbers means that files/folders must have those exact letters/numbers.
ls *.jpg – lists all files that are jpeg images (.jpg extension)
The “.” (backslash then dot with no space, in case you couldn’t see it well) means a literal dot. No backslash before the dot would mean just any single character except for a new line (n).
ls a* – lists files/folders starting with an “a”.
ls *.* – lists only files because folders don’t have a dot in their name.
ls [a-z] – lists only folders with a one character letter for their name.
ls frame[0-9] – lists any files/folders starting with “frame” and then any 1 number.

A very nicely made reference page for Mac OS X Commands:
http://www.ss64.com/osx/

Any comments welcome! Show me something cool & new!

20 Oct 2014 Using PIV smart cards with Mac OS X 10.10 Yosemite

Posted at 16:06h in Employee Posts, Tech Notes11 Comments

Using PIV smart cards for HHS VPN login with Mac OS X 10.10 Yosemite

Note: This entire post is basically google search bait designed to (hopefully) allow others struggling with the same issues to save a bit of time. Hope it helps!


October 30, 2014 Update

There is an active Citrix support thread on the “no valid certificates found” issue. If this is bothering or interesting you, you may want to monitor this URL: http://discussions.citrix.com/topic/357156-no-certificate-found-at-windows-logon-screen-for-smartcard-authentication/

October 24, 2014 Update

The bulk of this post concerns the $29 Pkard product from Thursby which is the first I found with explicit OS X 10.10 support. I just had a chance to test the new Yosemite 10.10 compatible free SmartCard utility from Centrfy mentioned here: http://www.centrify.com/mac/smartcard/free-smart-card-for-federal-military-cac-piv.asp
. Long story short: It works to get past the VPN gateway but throws the same “no valid certificates found” error when trying to login to the Windows desktop via a Citrix Receiver client. Still no idea why this is happening – on other versions of OS X my smart card credentials transparently passed onto the OS. Still – consider the Centrify software if you don’t want to spend $29.

Short Summary

I need to use a HHS PIV card to remotely access computer systems from a brand new Macbook air running OS X 10.10 Yosemite. As of the time I wrote this article, the state of freely available open source software for PIV smart card support on Yosemite is pretty lacking. This will change but if you are in a hurry (as I was) the best thing you can do in the short term is pay $29.95 for the Thursby PKard software from http://www.thursby.com/products/pkard-mac — it installed seamlessly and allowed me to login via VPN although for some reason my certificates were not passed on to the Windows remote desktop system, hopefully I don’t need the $179 “ADmitMac” product for that.

I expect the state of open source smart card and tokend implementations to get better and more easily usable on Yosemite so I may only be using the Thursday product for a short time. It did, however work fast and got me successfully logged onto the remote VPN server.

Current status: Thursby PKard software works well on Yosemite for VPN access but the Windows desktop I get sent to via a Citrix client reports “no valid certificates” and I’m forced to use my standard user login name and password to complete the final authentication. This was not something I needed to do on OS X 10.7 or 10.7 with the open source smart card software stack.

Background

I do some subcontracting work for a few US Government agencies, one of which requires me to be able to connect remotely to US.GOV networks and infrastructure. The way I connect is via a federal standard PIV Card which is a very cool physical badge that doubles as a holder of biometric and personal crypto certificate information. When I’m trying to physically enter a building the PIV card is my secure photo ID badge (with backup biometrics and fingerprints stored o it) — when I try to enter a US Government network “virtually” the same PIV card doubles as VPN access device because it contains a personal set of crypto keys that uniquely identify me. Two-factor authentication is achieved by having to punch in a PIN code when my certs are presented to the remote system. It’s a very slick and interesting system.

From what I can tell, PIV cards are very similar to the CAC cards carried by military members that are often required for secure web browsing and access to military resources In fact, when searching the internet for PIV assistance you will find that some of the best help resources are coming from the military CAC-user community. A perfect example of this is https://militarycac.com/macnotes.htm and https://militarycac.com/cacenablers.htm – the site that I turned to first when looking for OS X Yosemite PIV/smartcard status info.

My Gear

  • SCM SCR3500 Smart Card Reader – Amazon Link: http://amzn.com/B00434WQVU
  • Belkin flexible USB adapter – Amazon Link: http://amzn.com/B000BK107G
  • Macbook Air running OS X 10.10 Yosemite

Getting the PIV card to work on 10.10 Yosemite

Verify your reader works

Attach your reader, use the OS X “About this Mac” -> “System Report” function to verify that your computer and OS actually see and recognize a smart card device:

Buy and install the PKard software


Launch OS X Keychain Assistant

What you want to see is the certificates and credentials that are stored on the smart card. If your USB reader and the PKard software are working, Yosemite 10.10 can now “see” the crypto info stored on the PIV card

Fix the Trust Chain (If your PIV certificate is not trusted)

This may not be an issue for an upgraded system but on my brand new laptop my host OS was missing the intermediate certificate trust chain. Keychain Assistant helpfully throws up the red text saying: “This certificate was signed by an unknown authority

OS X Yosemite does not “trust” the Certificate Authorities that signed my PIV card certificates.

The solution is to go out and install the intermediate certificates necessary to build the full lenght trust chain.

The source of trust chain certificates almost certainly depends on what agency you work for or are trying to access. In my case I needed the US GOV Health and Human Services (HHS) intermediate certificates and the best online resource I found for HHS certificates needed for PIV cards is actually over on a NIH hosted site:

I downloaded and installed the “HHS Entrust FPKI Certificate Chain” from the above website:


Installing the certificates results in a chain of trust that culminates with your personal PIV certificates being recognizes as trusted:

Now Test

At this point you have a recognized USB card reader, your personal PIV certificates are visible to Mac OS X and the trust chain is complete. This should be all you need to access or login to PIV-enabled websites.

Random Cards Mac Os Catalina

I removed screenshots showing the portal site I was logging into out of paranoia so I can’t show examples of successful logins. I’ll just show this OS X window which is the system prompt you get when your certificate is being used and the host OS wants to verify your PIN code as part of the two-factor authentication process.

If you see this, this is your PIN entry prompt and it means that stuff is generally working:

Cards

Remember that this is where your PIN goes, ignore the system text about “keychain password” …

Minor Issue

Using the steps outlined above I can successfully authenticate to the remote access environment I need to use on a daily basis. However, on my older laptop my PIV card credentials were transparently passed onto the Windows OS as well and I was not prompted for a second login.

That is not the case now. After getting past the VPN, the remote desktop session can’t see my PIV certificate and I have to fallback to using standard AD username and password. Not optimal but it works for my purposes.

Longer term I want this issue to go away. I’m not sure if it’s a Citrix Receiver issue or perhaps this is a designed-in behavior of the Thursday software designed to upsell software that offers more functionality. I was willing to pay $29.99 for the functionality I needed and the software and documentation is great but I’m not going to shell out $179 for SSO access to a Windows Desktop.

I’m going to keep researching this and will keep an eye on the state of open source / free smart card services for Yosemite 10.10. Will update this post as needed.

Related Posts
One of the most important capabilities in a scientific data ecosystem is a workflow management system. The tools in

16

16

2020-01-23 08:08:45

16

16

2011-04-19 15:47:43

16