Skip to content

Instantly share code, notes, and snippets.

@anoopd
anoopd / composer.json
Created June 17, 2020 05:43
Magento_Theme_Composer
{
"name": "magento/theme-frontend-air",
"description": "N/A",
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
"magento/theme-frontend-blank": "100.1.*",
"magento/framework": "100.1.*"
},
"type": "magento2-theme",
#Retrieve the name of the user running Apache with a command similar to this:
ps aux | grep apache # The username should be in the first column.
#Retrieve the groups this user is part of with the groups(1) command:
groups [USERNAME]
@anoopd
anoopd / tmux.md
Created November 10, 2021 07:46 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a