View verify_vm
This file contains 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@vm01 ~]# uname -a | |
Linux vm01 2.6.32-358.0.1.el6.x86_64 #1 SMP Wed Feb 27 06:06:45 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
[root@vm01 ~]# cat /etc/issue | |
CentOS release 6.4 (Final) | |
Kernel \r on an \m |
View .screenrc
This file contains 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
term "xterm-256color" | |
shelltitle "$ |Shell" | |
screen -t Shell 0 | |
defscrollback 5000 | |
caption always "%-Lw %{= kG}Host: %{Y}%H%? %{c}(%1`)%{= kG} %-=Load: %{Y}%l%{kG} %{= kG}Date: %{Y}%m/%d/%y%{= kG} Time: %{Y}%C:%s%a%{= kG}%{W}" | |
hardstatus alwayslastline "%Lw %{=kG}" | |
blankerprg top | |
idle 30 blanker |
View Cloud Manager Resource Tasks
This file contains 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
Tarea 1: Create a project jumphost instance | |
Run command: | |
gcloud compute instances create <NOMBRE_INSTANCIA> \ | |
--network nucleus-vpc \ | |
--zone us-east1-b \ | |
--machine-type f1-micro \ | |
--image-family debian-9 \ | |
--image-project debian-cloud \ | |
--scopes cloud-platform \ |