πŸ’‘Mac Os

The Basics

chevron-rightProgramshashtag

Valetarrow-up-right - is a development environment

Alfredarrow-up-right - beautiful search tool

Sequel Acearrow-up-right - mysql tool

Beekeperarrow-up-right - mysql tool

Dockerarrow-up-right - build and run applications

Sublimearrow-up-right - text editing

PhpStormarrow-up-right - PHP idea

Slackarrow-up-right - messanger for productivity

Telegramarrow-up-right - messanger

chevron-rightCommandshashtag
  • Cmd + delete - delete file

  • Ctrl + arrows - switch between windows

  • Cmd + Shift + 3 - take a screenshot picture

  • space - toggle preview of file

  • Cmd + Shift + 4 - take a part of screenshot

  • Cmd + Shift + 4 + space - will take a hover screenshot block

  • Ctrl + Cmd + f - fullscreen application

  • Cmd + q - close application

chevron-rightHomebrewhashtag

Official Sitearrow-up-right

  • brew install redis - install redis by homebrew

  • brew list - list of all installation programs

  • brew list php - list of php related files

  • brew unlink php@7.4 - unlink php 7.4

  • brew link php@8.2 - link php 8.2

  • brew services - list of services

  • brew services start redis - start redis service

  • brew services stop redis - stop redis service

  • brew outdated - list of updates

  • brew upgrade - upgrade services to newest version

  • lsof -i -P | grep LISTEN | grep :$PORT - list and info of using ports

Last updated