šŸ”’ Patreon Special

IT Pros: exclusive shows await you on Patreon, focusing on the more challenging aspects of running your practice and working with clients and employees.


063: Entrepreneurial Spirit

Recorded live on August 12, 2014

Topics:

- origin stories: how we (Jerry, Sam, and Joe) got into this racket

- how to make the transition: going from working for a company to working for yourself

- moonlighting vs. jumping in with both feet

- is entrepreneurship "in the blood"?

Also:

- Aces Conf in New Orleans, LA, May 2015; acesconf.com; great opportunity to see Luis Giraldo of Ook and Justin Esgar of Virtua Computers talk shop and focus on business processes

Special Feature: CCP Video Chat with Chuck Joiner on MacVoices

We were recently honored to be invited to Chuck Joiner's popular MacVoices podcast – "the Talk of the Mac Community."

Command Control Power on MacVoices

Command Control Power on MacVoices

Wondering what we look like and how we work? Curious about what kind of headphones and microphones we use?

Check us out in all our video glory!

MacVoices #14187: The Crew From Command-Control-Power Discuss Apple Consulting from All Sides

062: Mac Repairs - The Agony and The Ecstasy

Recorded on July 31, 2014; aired on August 5, 2014

Followup from Dave Provine: How to Restart SMB automatically on Mavericks Server

Liquid Spills - Mircro Replay - 

Tools We Use - Tools that we can’t live Without
8" Straight & Curved Hemostat http://amzn.to/1qXedhv
Magnetic Projet Mat https://www.ifixit.com/Store/Tools/Magnetic-Project-Mat/IF145-167
iFixit 54 Bit Driver Kit https://www.ifixit.com/Store/Tools/54-Bit-Driver-Kit/IF145-022
Wiha - Wiha 26099 - Screwdriver Set, Slotted, 8Pc 1-4mm Bonus Pack http://amzn.to/1qXcOax
iMac Screen Removal - FastCap HOD-DOUBLE Handle On Demand - http://amzn.to/V2fdSp

http://www.PowerBookMed.com
http://www.iFixit.com

Data Recovery - Driver Savers Partner Program

What repairs you regularly do. 
What repairs you won’t do and why.
Apple Store repair experiences
Depot Experiences
Out of warranty satisfaction repairs
Weirdest Repairs

061: Phony Tech Support

Recorded live on July 29, 2014

- one of Joe's clients fell for a popup window claiming virus infection and imploring her to call phony tech support, who proceeded to run harmless utilities (ping test, CPU History, netstat, top) and claiming they were evidence of malware; paid $300 for two years of support from "Mac"; Joe removed LogMeIn, TeamViewer, and ran a full scan using Sophos Antivirus and removed 8 instances of malware

- Sam's wife received a call from phony tech support; thankfully she proceeded to interrogate the guy about his badge number, company, and credentials until he hung up

- Social Engineering techniques on the rise, demonstrated in this scene from Hackers

- Network World reports: FTC takes out ā€œtech supportā€ scammers; $5.1 million in fines, retribution

- Jerry reminds us to manually remove updates downloaded by Software Update service when no longer needed!

- Joe recovered data from client ZIP disk, wrote AppleScript to convert old Word documents

- xkcd: Automation

- Joe discovered issue with Time Machine failing to complete a backup, with no error messages displayed, due to nesting of folders too deeply: "destination path too long"; not sure how long is too long, but in this case is was over 50 levels deep

How to schedule launchd to restart SMB Service in Mavericks Server

Dave Provine of Premier Mac was kind enough to write in with a great tip, following our discussion of SMB issues with Mavericks Server in Episode 60:

No need to restart that mini; you can just restart the SMB daemon, and since SMB is stateless, it normally won’t affect connected users.

To restart the smbd daemon in OS X Server 10.7 10.8 10.9 add this plist to launchd

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.psimac.restartsmb</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>-c</string>
<string>sleep 60;touch "/Library/Preferences/SystemConfiguration/com.apple.smb.server.plist"</string>
</array>
<key>RunAtLoad</key>
<false/>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>2</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
</dict>
</plist>

Dave continues:

All you have to do is actually 'touch' the /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist file and that's enough to restart it.

Thanks so much, Dave!

060: Server, Services, and Such

Recorded on July 8, 2014, aired on July 22, 2014

Sponsored by Smile. Check out Smilesoftware.com for a great screencast from David Sparks about PDFPen for Mac, and to learn why you should use and recommend Smile's awesome software to your clients.

Still boots!

Topics

- MacBook Air torqued

- creative client interpretations of rates and service offerings

- Managed Services discussion; revisiting Easing into Managed Services

- Jerry recommends AJA System Test with the following settings: "MBytes/sec", File I/O API: Unix, "Round frame sizes to 4 KB", "Enable network volumes", Test: Disk Read/Write, Video Frame Size: 1920x1080 10-bit RGB, File Size: 1GB, "Disable file system cache"

- Jerry's legal firm successfully replaced Mac mini Server with Synology

- "working off the server" vs. copying files locally for editing and then copying back to server

- scheduled server restart to work around SMB service interruption? Sam suggests scheduling a launchd job to stop and then start SMB using serveradmin command

- Jerry recommends TP-LINK TL-WR710N 150Mbps Wireless N Mini Pocket Router with USB port for storage for streaming movies to iPad when traveling