Technical professionals. Trusted advisors. Certified expertise.

HCS Blog

Problem-solving by Apple Certified Professionals

As Senior System Engineer at HCS, Keith wears many hats.  He is responsible for a myriad of duties at HCS.  From project management to taking out the trash, Keith is always willing to do the job at hand and never afraid to get his hands dirty.

Keith has the drive and ability to take a project full circle. He is obsessive when it comes to documentation and communication.  He is a self-starter with the ability to think fast on his feet.

Keith has over 20 years in the IT Industry specializing in Apple Technology.  He’s been a member of the HCS family since 2008.

Mar
02

Generate bash script to get selected Mac Apps

This is  a neat website that allows you to select the apps you want then it generates a bash script so you can download it via the command line.

 

Continue reading
0
  4632 Hits
Mar
02

Create launchd plists from a webpage

http://launched.zerowidth.com

1
  4797 Hits
Feb
04

Using diskutil to partition a disk

I’m not a fan of the new Disk Utility in El Capitan.  I had a drive with 3 partitions and I needed to make it a single partition drive. Disk Utility would not allow me to delete one of the partitions no matter what I tried.

So I used the following Terminal command:



diskutil partitionDisk /dev/disk2 GPT JHFS+ New 0b



To break it down:

1.  diskutil - is a command line tool used for formatting disks.

2.  patitionDisk -  is an option that can be used in diskutil.

3.  /dev/disk2 -  is the location of the disk that you want to format.  You can use the diskutil “list” option  to find this information.

4.  GPT -  is the GUID Partition Table.

5.  JHFS+ - is the default filesystem type that OS X uses.

6.  New - This is the name of the partition.  You can name it whatever you like.

7.  0b - This tells the command to use all available free disk space.

0
  5819 Hits
Oct
24

How to Configure a Brocade Fibre Switch From a Mac

For people who are not comfortable configuring their Brocade switches from the Terminal, it is possible to configure it using the GUI interface and Java on your Mac.

You need Java 7 for this to work.  I used Java 7 update 79 on OS X Yosemite and was able to configure a Brocade 6500 switch with no issues.  Java 8 will NOT work.


Step 1.  Go to System Preferences and click on the “Java” pane.  

Step 2.  Go to the “Security” tab and add an entry for your brocade switch to the exceptions list.

Step 3.  Quit System Preferences when done.

Step 4.  Launch “Terminal” and enter the command below.  

NOTE:  Change the IP address to the IP address of your Brocade Switch.

javaws http://192.168.5.10/switchExplorer_installed.html

This will launch the Java runtime environment and you will be able configure the switch from your Mac.

1
  9917 Hits
Oct
16

El Capitan - Setup Assistant Screen Capture

New in El Capitan is the ability to take screen captures of the setup assistant windows.  This is going to be very helpful when writing tutorials that involve the first boot setup assistant screens.

For each screen that you want to capture, press command > shift >3.  Upon login, all of the screenshots will be on the desktop.  

As a bonus, you can take a screen capture of the login window and it works the same way.  The next user that logs in will have the screen capture on their desktop.

0
  7436 Hits
Apr
27

How to remove hard coded DNS and Search Domain Servers from the command line

The commands below will remove the settings from the Ethernet and Wi-Fi interfaces.  You can lookup more features using the man command for networksetup.  IE.. man networksetup

networksetup -setsearchdomains "Wi-Fi" "Empty"

Continue reading
0
  7345 Hits

Locations


New York

Connecticut
Florida
Louisiana
Chicago

Corporate Headquarters
New York

80 Orville Drive Suite 100
Bohemia, NY 11716
Tel: (866) 518-9672
This email address is being protected from spambots. You need JavaScript enabled to view it.

Connecticut

65 High Ridge Road #510
Stamford, CT 06905
Tel: (866) 518-9672
This email address is being protected from spambots. You need JavaScript enabled to view it.

Florida

3321 SW 194th Terrace
Miramar, FL 33029
Tel: (866) 518-9672
This email address is being protected from spambots. You need JavaScript enabled to view it.

Louisiana

218 Barksdale Drive
Broussard LA 70518
This email address is being protected from spambots. You need JavaScript enabled to view it.

Chicago

4 Knollwood Place
Joliet, IL 60433
This email address is being protected from spambots. You need JavaScript enabled to view it.

London

10 Grosvenor Court
Rayners Road
London SW15 2AX UK

Stay Connected

© Copyright 2023, HCS Technology Group. All Rights Reserved.