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
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| set tags=tags;/ | |
| " tabbing | |
| set expandtab | |
| set tabstop=4 | |
| set backspace=2 | |
| filetype indent on |
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
| root@lambda-registry:~# ps -aux | |
| USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND | |
| root 1 0.0 0.5 33480 2796 ? Ss 11:22 0:02 /sbin/init | |
| root 2 0.0 0.0 0 0 ? S 11:22 0:00 [kthreadd] | |
| root 3 0.0 0.0 0 0 ? S 11:22 0:01 [ksoftirqd/0] | |
| root 5 0.0 0.0 0 0 ? S< 11:22 0:00 [kworker/0:0H] | |
| root 6 0.0 0.0 0 0 ? S 11:22 0:00 [kworker/u2:0] | |
| root 7 0.0 0.0 0 0 ? S 11:22 0:00 [rcu_sched] | |
| root 8 0.0 0.0 0 0 ? S 11:22 0:00 [rcuos/0] | |
| root 9 0.0 0.0 0 0 ? S 11:22 0:00 [rcu_bh] |
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
| FROM golang:1.6-onbuild |
OlderNewer