start new:
tmux
start new with session name:
tmux new -s myname
# tmux installation steps for Ubuntu 14.04 (Trusty Tahr) | |
sudo apt-get update | |
sudo apt-get install -y python-software-properties software-properties-common | |
sudo add-apt-repository -y ppa:pi-rho/dev | |
sudo apt-get update | |
sudo apt-get install -y tmux=1.9a-1~ppa1~t | |
tmux -V | |
# On Ubuntu 12.04 (Precise Pangolin), step 5 would be: sudo apt-get install -y tmux=1.9a-1~ppa1~p | |
# On Ubuntu 13.10 (Saucy Salamander), step 5 would be: sudo apt-get install -y tmux=1.9a-1~ppa1~s |
----- Esc ----- | |
Quick change directory: Esc + c | |
Quick change directory history: Esc + c and then Esc + h | |
Quick change directory previous entry: Esc + c and then Esc + p | |
Command line history: Esc + h | |
Command line previous command: Esc + p | |
View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
Print current working directory in command line: Esc + a | |
Switch between background command line and MC: Ctrl + o | |
Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name |
# Editor configuration normalization | |
# @see http://editorconfig.org/ | |
root = true | |
[*] | |
indent_style = space | |
indent_size = 2 | |
end_of_line = lf | |
charset = utf-8 |
"*": | |
"atom-beautify": | |
css: | |
convert_quotes: "double" | |
default_beautifier: "Pretty Diff" | |
indent_size: 2 | |
newline_between_rules: true | |
predefinedConfig: "yandex" | |
selector_separator_newline: true | |
general: |
Mozilla Developer Network (MDN) - это развивающаяся платформа для обучения Веб-технологиям и программному обеспечению, на котором основан Веб. https://developer.mozilla.org/en/
MSDN https://msdn.microsoft.com/library
Safari Developer Library https://developer.apple.com/safari/resources/
Standard ECMA-262
.col-xs-1-10, | |
.col-sm-1-10, | |
.col-md-1-10, | |
.col-lg-1-10 { | |
position: relative; | |
min-height: 1px; | |
padding-right: 15px; | |
padding-left: 15px; | |
} |
.col-xs-1-5, | |
.col-sm-1-5, | |
.col-md-1-5, | |
.col-lg-1-5 { | |
position: relative; | |
min-height: 1px; | |
padding-right: 15px; | |
padding-left: 15px; | |
} |
** At this point, this document is mostly just notes while I repeat the process a few times and make refinements.
From http://getlevelten.com/blog/randall-knutson/create-high-performance-drupal-server-just-30-month
apt-get update
apt-get upgrade
apt-get install emacs vim git-core git-doc rsync unzip patch curl make drush
apt-get install nginx php5-cli php5-mysql php5-fpm php5-cgi php5-gd php5-dev php-pear libpcre3-dev
service nginx start