Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 122 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
ls
bash ./build-install-cloudInit.sh > log 2>&1
ls
cd cloud-init/
ls
cd ..
ls
vim build-install-cloudInit.sh
cd cloud-init/
ls
ll cloud-init_all.deb
ls -a cloud-init_all.deb
ls -al cloud-init_all.deb
ls
cd ..
ls
ifconfig
pwd
whereis python
ifconfig
ls
vi build-install-cloudInit.sh
ls
scp build-install-cloudInit.sh chcheng@pek2-dbc404.eng.vmware.com:/dbc/pek2-dbc404/chcheng/depot/main/bora/vpx/tests/gosc/mytest/newVersion/
ls
vi build-install-cloudInit.sh
sudo passwd root
exit
ls
./build-install-cloudInit.sh > log 2>&1
ls
vi log
vi /etc/cloud/cloud.cfg
ls
dnsname
ls
cd tmp
ls
vi tmp
ls
rm build-install-cloudInit.sh.bk
ls
cloud-init -v
sudo dpkg --remove cloud-init
dpkg --purge cloud-init
sudo dpkg --purge cloud-init
ls
cloud-init -v
rm log
ls
rm -rf cloud-init/
ls
cd /var/log
ls
rm cloud-init.log.bk
sudo rm cloud-init.log.bk
ls
vi cloud-init-output.log
ls
cd vmware-imc/
ls
rm toolsDeployPkg.log.bk
sudo rm toolsDeployPkg.log.bk
ls
cd /var/lib
ls
cd cloud/
ls
cd ..
rm -rf cloud/
ls
sudo rm -rf cloud/
ls
exit
ls
vim build-install-cloudInit.sh
ls
mv build-install-cloudInit.sh build-install-cloudInit.sh.bk
ls
cloud-init -v
cd /etc/cloud
cd /var/log
ls
cd vmware-imc/
ls
cd ~
ls
scp chcheng@pek2-dbc404.eng.vmware.com:/dbc/pek2-dbc404/chcheng/depot/main/bora/vpx/tests/gosc/mytest/newVersion/build-install-cloudInit.sh .
ls
vim build-install-cloudInit.sh
ls
rm build-install-cloudInit.sh.bk
ls
cloud-init -v
cd /var/log
ls
cd vmware-imc/
ls
cd ..
cd /etc/cloud
cd `
ls
zexit
exit
exit
exit
quit
cd ~



exit

quit
sh
ls
exit
ls
cd ~
ls
vim build-install-cloudInit.sh
ls
7 changes: 7 additions & 0 deletions .bash_logout
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ~/.bash_logout: executed by bash(1) when login shell exits.

# when leaving the console clear the screen to increase privacy

if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi
117 changes: 117 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar

# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;
esac

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi

if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac

# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'

alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi

# colored GCC warnings and errors
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'

# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
Empty file added .cache/motd.legal-displayed
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions .cache/pip/selfcheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/home/cc/cloud-init/.tox/py27":{"last_check":"2018-08-23T03:49:08Z","pypi_version":"18.0"},"/home/cc/cloud-init/.tox/py3":{"last_check":"2018-08-23T03:49:54Z","pypi_version":"18.0"},"/home/cc/cloud-init/.tox/pycodestyle":{"last_check":"2018-08-23T03:51:39Z","pypi_version":"18.0"},"/home/cc/cloud-init/.tox/pyflakes":{"last_check":"2018-08-23T03:52:20Z","pypi_version":"18.0"},"/home/cc/cloud-init/.tox/pylint":{"last_check":"2018-08-23T03:52:46Z","pypi_version":"18.0"},"/home/cc/cloud-init/.tox/xenial":{"last_check":"2018-08-23T03:51:01Z","pypi_version":"18.0"},"/home/cc/workspace/cloud-init/.tox/py27":{"last_check":"2018-08-06T07:11:33Z","pypi_version":"18.0"},"/home/cc/workspace/cloud-init/.tox/py3":{"last_check":"2018-08-06T07:12:14Z","pypi_version":"18.0"},"/home/cc/workspace/cloud-init/.tox/pycodestyle":{"last_check":"2018-08-06T07:13:24Z","pypi_version":"18.0"},"/home/cc/workspace/cloud-init/.tox/pyflakes":{"last_check":"2018-08-06T07:13:45Z","pypi_version":"18.0"},"/home/cc/workspace/cloud-init/.tox/pylint":{"last_check":"2018-08-06T07:14:04Z","pypi_version":"18.0"},"/home/cc/workspace/cloud-init/.tox/xenial":{"last_check":"2018-08-06T07:13:00Z","pypi_version":"18.0"},"/usr":{"last_check":"2018-08-06T03:31:28Z","pypi_version":"18.0"}}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions .lesshst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.less-history-file:
.search
"install
"default
"dir
4 changes: 4 additions & 0 deletions .pip/pip.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
Binary file added .pip/sources.dict
Binary file not shown.
22 changes: 22 additions & 0 deletions .profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
Binary file added .pylint.d/mock-meta1.stats
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions .ssh/id_rsa
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEAylo7wn3/lE7evbN6lSMF7GMQdKmdJ4kaIMVecmEUD9gYbOny
9ISX7qVC6Ob8WYF7zIY70+NmIrmFY/OkUTdocS5PxNWCIWUF3hOr4fFxOmpCNcua
tq4fi9c5MZrClZTgaZtAmoUpsqN6rFgH1a/YqWjgmeVfV7C2UBi6zVUfsxbfswqw
Q7NyjhsSqlX9OVkQumqb0ZaFK9IJrTTohrts+uKvYkvRW//GU2iOW/tk/OqIxjmx
qIAf5n3iEGvh/o0dz5RTJe7wMp66EKspr++4B5NeCs/y7YRgHRaA8zvKEY+m4+IA
OLWNYe0YLx4WqesKTlAoRmd2KYzA2K2i0CazZwIDAQABAoIBAD7MgC1dExuA2qm+
8LUmGGmDWRELrqUdbIltF2Gh9SrxoqrydB8ko05B5aEIRpq0j6oqopigwwrVzqr1
azJ1Yql1ePYaWPdqNcb1DeviFYTOg1vUo2A8a7fnhG17nRX1DSxZLVSHLSiuiZzA
+TV9DF2PGd1JDSzWv83dzuN4noziaAf2KUxsLmklxrSGwgGcbHSqrX6GlThLnRBD
1GsKu74rlWH1eAOMdpnYIiOzpQfbkQJamyu7JXWpZ82Yhzz1kkU9taAxUY+q6iEh
rWwz+Org8zNNojUMKbiIR4FIwhdbexB+jzA5FeACxS7gS+eefE6TkjiU+T4t5WsO
xUdX3MECgYEA7TWzqGN6tG2P+h+4F4hL3iyi6aBXcHj0yWIuJQS3RqCAbPcOwJXW
O9hGDOOKh5N+YZvovOjCPPsz/RB3qRyTEje6nJUrMKM0/D5b/pjXrbpnJDs9kR9L
QapcLBTjJTEPmc+XMqAl2+6biTupVEcqGThlqhpPNJaNc66DkZ6JmWECgYEA2mGs
DOP92hC7bjPTcl42novT09vu3ooy6VIga1cH50Hi1ngKgVlRx1IuYAraAS1AMIFu
7kzlqGf5SKLCGq5i7U/hVGp9RB9/xUwjTzclq4nUW31R8c0JCnOoxc0v9ZGMq5Ic
92yUgAJFC3mpXJk5S9jig/XOWXlumQMxk8D2GccCgYEAz8xCdRmoTVTJUsDkoODK
LXgGwwiucJ3VOnFioRUvhJRnzIzlBHp+MPC19OaD3V6s0M8mpA520brxgRgi6ydY
AxaEyFS4gCQI74ulRTQZhFwNrKSku3OhloWptwgZL+R5mTFMb5HxeGffIun73RN2
Yp+QF+JyTkww4A0ZvsAWJCECgYEAvUjtnRq8/JeGLkYjn70DsLbYO4klaaT17gCu
cvuzsQINwQG5cVZfKNoVsk+VmHGFcsWtxkXGxgqhKxFQF1pSCwoy8D2BKFv5HqUY
8d+F+kJ0W3yrW1/x1ypa/mAUktC+0jPKgbeOm8nb2M9yOf3hiNmLtP+JBUrYzy3S
ehRF/B8CgYAS+Mhtgp+lnT/HTRDNtYfTKDwnrawAMtN6I+jMJUgErjAKNbS9FD8P
e4VKZ993rCRM2Rw7v/29B95MckH92ZOYcp7BO/mFTkH77xJqyPVodGe9s2oSyYpG
/UKeTRCxR5ZqVA82yrZbSdKd42IXKgWRXS3Dpo7g8o1uyZcM6mCviQ==
-----END RSA PRIVATE KEY-----
1 change: 1 addition & 0 deletions .ssh/id_rsa.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKWjvCff+UTt69s3qVIwXsYxB0qZ0niRogxV5yYRQP2Bhs6fL0hJfupULo5vxZgXvMhjvT42YiuYVj86RRN2hxLk/E1YIhZQXeE6vh8XE6akI1y5q2rh+L1zkxmsKVlOBpm0CahSmyo3qsWAfVr9ipaOCZ5V9XsLZQGLrNVR+zFt+zCrBDs3KOGxKqVf05WRC6apvRloUr0gmtNOiGu2z64q9iS9Fb/8ZTaI5b+2T86ojGObGogB/mfeIQa+H+jR3PlFMl7vAynroQqymv77gHk14Kz/LthGAdFoDzO8oRj6bj4gA4tY1h7RgvHhap6wpOUChGZ3YpjMDYraLQJrNn cc@pek2-gosv-16-dhcp255
5 changes: 5 additions & 0 deletions .ssh/known_hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
|1|UeLbUjcWt/MF6G4tfS0+N2EHX24=|Ky5TckgeLb+Uo3ts/mYdPjCpx3E= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwE6uXzHVotI+GY28FcMMGixJBGwuBbf0FtY6yzm9/RNOH8OfyMrhuZD4gO7/YS72evIdiT3ekiVXLoz+Qan+cEhPjyvQfsSvsftvO5yC+LH8SmCA7TYg/BEj26BZnJ++GF9cLAUKE82qy0q+Fv6RGsitbOZMzToemlF/9DxxuTC8ySRG7WCggT94STeZkjc1zqQZoK5U7cbEpwsjK8v4wENfuSQEGNe1pwclgUnegWDE3KJGXL9Fu35MMcShiiOh0ZKKceWGwDsBLl4J7tlbUTbdPOrSQQPkbRExYsdzTtHTyaaZVSETf6iyDpaPfNP4uxxwPDH/vFPYi9C3Khfmaw==
|1|mX7b7xgYI5mu4aOe7Cz+jGX26bY=|/XCr4N7eAmyw8KDm6Qh3K2t7UbM= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwE6uXzHVotI+GY28FcMMGixJBGwuBbf0FtY6yzm9/RNOH8OfyMrhuZD4gO7/YS72evIdiT3ekiVXLoz+Qan+cEhPjyvQfsSvsftvO5yC+LH8SmCA7TYg/BEj26BZnJ++GF9cLAUKE82qy0q+Fv6RGsitbOZMzToemlF/9DxxuTC8ySRG7WCggT94STeZkjc1zqQZoK5U7cbEpwsjK8v4wENfuSQEGNe1pwclgUnegWDE3KJGXL9Fu35MMcShiiOh0ZKKceWGwDsBLl4J7tlbUTbdPOrSQQPkbRExYsdzTtHTyaaZVSETf6iyDpaPfNP4uxxwPDH/vFPYi9C3Khfmaw==
|1|n6PE9ogIeAZGXh+2AzZE1Tl1C8Q=|M+nyrURbzEvcEDJP+QOB4pYUcWw= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwE6uXzHVotI+GY28FcMMGixJBGwuBbf0FtY6yzm9/RNOH8OfyMrhuZD4gO7/YS72evIdiT3ekiVXLoz+Qan+cEhPjyvQfsSvsftvO5yC+LH8SmCA7TYg/BEj26BZnJ++GF9cLAUKE82qy0q+Fv6RGsitbOZMzToemlF/9DxxuTC8ySRG7WCggT94STeZkjc1zqQZoK5U7cbEpwsjK8v4wENfuSQEGNe1pwclgUnegWDE3KJGXL9Fu35MMcShiiOh0ZKKceWGwDsBLl4J7tlbUTbdPOrSQQPkbRExYsdzTtHTyaaZVSETf6iyDpaPfNP4uxxwPDH/vFPYi9C3Khfmaw==
|1|Yv9FGPUFAES+JlIz7IgmWf5TTuc=|1T6PnJSIKU3FX0ZSoGc4G9SASJQ= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
|1|liYhP/QtL/Yd0FJP4NF3+Pd0B7A=|eHmp9PBao3RXuNSk+RkJF+CyFhg= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
Empty file added .sudo_as_admin_successful
Empty file.
Binary file added .tox/distshare/cloud-init-18.3.zip
Binary file not shown.
Binary file added .tox/distshare/cloud-init-20.1.zip
Binary file not shown.
Loading