start new:
tmux
start new with session name:
tmux new -s myname
| #!/bin/bash | |
| # From http://tech.serbinn.net/2010/shell-script-to-create-ramdisk-on-mac-os-x/ | |
| # | |
| ARGS=2 | |
| E_BADARGS=99 | |
| if [ $# -ne $ARGS ] # correct number of arguments to the script; | |
| then |
| <?php | |
| error_reporting(E_ALL); | |
| ini_set('max_execution_time',0); | |
| # http://www.vipsocks24.com/ | |
| $list="107.10.35.178:42427 | |
| 108.20.152.202:1415 | |
| 110.142.196.145:43134 | |
| 115.118.195.23:1080 | |
| 115.252.100.245:1080 | |
| 115.252.143.165:1080 |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"