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
| useradd kit | |
| mkdir /home/kit | |
| chown kit:kit /home/kit | |
| passwd 12345 | |
| su kit | |
| cd ~/ | |
| touch abc kit def gfad |
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
| # MY project for appcara.yml tmux | |
| # ~/.tmuxinator/appcara.yml | |
| project_name: appcara | |
| project_root: ~/ | |
| tabs: | |
| - main: | |
| - rake: g cloud && rake c | |
| - cloud: g cloud && rackup | |
| - portal: g portal && sudo service nginx stop && sudo service apache2 stop && rails s |
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
| " ======================================= | |
| " Who: Kit Ho | |
| " What: | |
| " Version: 1.0 (this may never change because who versions dot file | |
| " ======================================= | |
| " window position | |
| :winpos 600 100 | |
NewerOlder