Microsoft Office 2019 for Mac
Microsoft Office 2019 Install For Mac To activate MS Office 2019 for macOS use the VL Serializer tool after installing Office 2019, then run Serializer to activate. See this link for details: http...
Microsoft Office 2019 Install For Mac To activate MS Office 2019 for macOS use the VL Serializer tool after installing Office 2019, then run Serializer to activate. See this link for details: http...
Favorite Apps on Mac to Install Here is a list of my favorite apps on a mac to install. Useful tools homebrew - https://brew.sh/ ImageOptim - Appstore HEIC Converter - Appstore The Unarchiv...
Password Zip a File on a Mac Use the following command to password zip a file on Mac. zip -er file_name.zip file_name Make sure to delete the original.
Create New Txt File in Any Folder on Mac One great feature in Windows is the ability to create a new blank text file from the right-click context menu, but this feature doesn’t exist on Mac nativel...
Crontab Basics To schedule jobs in Linux, use crontab. For more details, see this YouTube guide: https://www.youtube.com/watch?v=QZJ1drMQz1A Setting up a Cron Job To setup a cron job use the follo...
Linux Basic Command Line Cheatsheet This is a cheatsheet of some basic linux commands. Basic commands Navigating, go back, list directories, print working directory. cd /Users/Hello/Documen...
Git Cheatsheet This is a cheatsheet of the most commonly used Git commands. Configuring Git: git config --global user.name "Example" git config --global user.email example@example.com ...
Git Rebase If you have ever found yourself in a situation where you made a bunch of commits in your code, but you would only like to push all of those changes up as one single commit. This situatio...
Change Remote Origin Git remote set-url allows you to change the origin if you need to set a new origin. View existing remote origin. git remote -v Update the remote origin. g...
Purge Unwanted Data from Github If you commit sensitive data, such as a password or SSH key into a Git repository, you can remove it from the history. The easiest way to do this is to use the BFG R...