💡Mac Os

The Basics

Programs

Valet - is a development environment

Alfred - beautiful search tool

Sequel Ace - mysql tool

Beekeper - mysql tool

Docker - build and run applications

Sublime - text editing

PhpStorm - PHP idea

Slack - messanger for productivity

Telegram - messanger

Commands
  • 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

Homebrew

Official Site

  • 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