Month: October 2019

  • Homebrew for MAC: The complete guide

    Homebrew for MAC: The complete guide

    What is homebrew? Homebrew is a package manager for MAC OS, so you can kind of think of it like apt or yum for Linux systems or if you’re more familiar with Python it then you can think of this as being the PIP of the MAC operating system. Homebrew allows us to install software…

  • Convert to webp image format in a single click in MaC

    Convert to webp image format in a single click in MaC

    What is Webp? webp is one of the newest image format developed by Google. It combines the compression ability of jpegs with quality and transparency retention of PNG and allows us to make high quality transparent or non-transparent images that are very small. WebP has significantly smaller file sizes than its alternatives even with all…

  • How To use Automator to save time In Mac By Doing Less

    How To use Automator to save time In Mac By Doing Less

    Automator is a workflow creation tool that features an easy-to-use interface. It’s perfect for the non-programmer because it allows users to piece together workflows using actions and other automation concepts.With a lot of anything comes a lot of repetitive tasks. Consider the task of renaming one file. Simple, right? All you have to do is…

  • How to create an alias for ssh clients on Mac

    How to create an alias for ssh clients on Mac

    If you are using SSH to login into many servers, it can be difficult to remember all the different usernames, hostnames, and IP addresses. I am going to show you how easy it is created to create command-line shortcuts also called as aliases to solve this problem. There are two methods to create an alias.…