💡Mac Os
The Basics
Commands
Cmd + delete
- delete fileCtrl + arrows
- switch between windowsCmd + Shift + 3
- take a screenshot picturespace
- toggle preview of fileCmd + Shift + 4
- take a part of screenshotCmd + Shift + 4 + space
- will take a hover screenshot blockCtrl + Cmd + f
- fullscreen applicationCmd + q
- close application
Homebrew
Official Site
brew install redis
- install redis by homebrewbrew list
- list of all installation programsbrew list php
- list of php related filesbrew unlink php@7.4
- unlink php 7.4brew link php@8.2
- link php 8.2brew services
- list of servicesbrew services start redis
- start redis servicebrew services stop redis
- stop redis servicebrew outdated
- list of updatesbrew upgrade
- upgrade services to newest version
lsof -i -P | grep LISTEN | grep :$PORT
- list and info of using ports
Last updated