## search throught the command history
ctrl-r
!! ## Run the last executed command
top -0 vsize #check why mac is slow
uptime #check how long the system has been running.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Big tablet to 1200px */ | |
@media only screen and (max-width: 1200px) { | |
} | |
/* Small tablet to big tablet: from 768px to 1023px */ | |
@media only screen and (max-width: 1023px) { | |
} |
NewerOlder