


ERROR: Application is Damaged and can’t be opened. You should move it to the Trash After Upgrading MacOS to Catalina (10.15)
WARNING: THIS WILL LOWER YOUR MAC Security If your Mac has been upgraded to a new version of MacOS, in this case Catalina 10.15, a message might pop for applications …
Read More
NET::ERR_CERT_REVOKED Error In Chrome After Catalina Upgrade
If you upgraded to macOS Catalina (10.15) and use Chrome, you might be seeing this message in your web browser for websites that worked before the upgrade. New SSL Trusted …
Read More
How to Git Clone a Specific Branch
While developing new code, it is always best practice to make a branch off of the Production, Development, or Test branch. Once this is done, you need to get those …
Read More
Python PIP install requirements.txt from PIP Freeze
Why would you want to use Python PIP freeze and PIP install from Requirements.txt? When a python project is created: on server A and needs to be created on Server …
Read More
How To Add Files To .gitignore
What Does .gitignore Do? A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below for details. Each …
Read More
How to Change Your MacOS Hosts File
Why would any one what do change a hosts file? Better yet, what does it do? What does a hosts file do? A hosts file is a locally used text …
Read More
How To Enable SSH on Ubuntu via GUI
If you installed the GUI version of Ubuntu, SSH is disabled by default. You need to install it and enable some features. Possible Error Message When Installing SSH Server It …
Read More
Troubleshooting Cisco “FEX Fabric Up to Identity-Mismatch” Message
If you are seeing this error message when configuring a Cisco FEX with more than 1 uplink to the same switch, follow the below setups to troubleshoot Switch(config-if)# sho int …
Read More
Install PowerShell PowerCLI and PowerNSX on Apple MacOS
Install Brew Install powershell via Brew If you do not have Brew installed you can follow the instructions on Brew’s Website Or…. open a terminal window on Mac Run: /usr/bin/ruby …
Read More