I hereby claim:
- I am vikas027 on github.
- I am vikas027 (https://keybase.io/vikas027) on keybase.
- I have a public key ASAsYea-kQOkSRTZTaFb8AcGq5dnsrOSzmjsZ96hkERQKwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
''' | |
Find N most repeated words | |
''' | |
import sys | |
DATA = "one two three one two four one two three four five one three three three" | |
ARR = DATA.split(' ') |
--- | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: rbd-provisioner | |
namespace: default | |
--- | |
kind: ClusterRole | |
apiVersion: rbac.authorization.k8s.io/v1 |
Sat Apr 28 06:44:09 UTC 2018 |
#### SHORT LOG | |
$ openssl 2>&1 s_client -quiet -connect server.test.com:443 -servername server.test.com -tls1 -key /root/ca/intermediate/private/client.key.pem -cert /root/ca/intermediate/certs/client.cert.pem -CAfile /root/certs/ca.cert.pem | |
depth=2 C = GB, ST = England, L = Melbourne, O = Alice Ltd, OU = IT Services, CN = rootca.test.com, emailAddress = root@rootca.test.com | |
verify return:1 | |
depth=1 C = GB, ST = England, O = Alice Ltd, OU = Shared Services, CN = intermediateca.test.com, emailAddress = root@intermediateca.test.com | |
verify return:1 | |
depth=0 C = US, ST = California, L = Mountain View, O = Alice Ltd, OU = Alice Ltd Web Services, CN = server.test.com, emailAddress = root@server.test.com | |
verify return:1 | |
HTTP/1.1 400 Bad Request |
### Fix for linux-firmware | |
I had some warnings/errors while installing linux-firmware | |
# dpkg -i linux-firmware_1.158_all.deb | |
update-initramfs: Generating /boot/initrd.img-4.8.0-53-generic | |
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module i915 | |
Warning: No support for locale: en_AU.utf8 | |
# | |
To fix this |
## OS Ubuntu 17.10 | |
## Pre-Requisites | |
# apt-get install -y git build-essential libpcre3 libpcre3-dev libssl-dev libtool autoconf apache2-dev libxml2-dev libcurl4-openssl-dev automake pkgconf dialog apt-utils | |
# apt-get install -y g++ flex bison curl doxygen libyajl-dev libgeoip-dev libtool dh-autoreconf libcurl4-gnutls-dev libxml2 libpcre++-dev libxml2-dev libyajl2 yajl-tools | |
# apt-get install -y libgd2-xpm-dev libgeoip-dev libpam-dev libpcre3 libpcre3-dev google-perftools libgoogle-perftools-dev libatomic-ops-dev libperl-dev | |
# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig | |
## ModSecurity | |
# cd /usr/src |
2017/02/20 23:06:50 [INFO] Terraform version: 0.8.7 | |
2017/02/20 23:06:50 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.8.7/bin/terraform", "apply", "-target=module.docker_repos"} | |
2017/02/20 23:06:50 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:06:50 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:06:50 [DEBUG] Attempting to open CLI config file: /Users/vikas/.terraformrc | |
2017/02/20 23:06:50 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/02/20 23:06:50 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:06:50 [DEBUG] vertex "module.docker_repos": static expanding | |
2017/02/20 23:06:50 [DEBUG] vertex "module.vpc": static expanding | |
phNodeConfigResource |
2017/02/20 23:05:58 [INFO] Terraform version: 0.8.7 | |
2017/02/20 23:05:58 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.8.7/bin/terraform", "apply", "-target=module.docker_repos"} | |
2017/02/20 23:05:58 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:05:58 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:05:58 [DEBUG] Attempting to open CLI config file: /Users/vikas/.terraformrc | |
2017/02/20 23:05:58 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/02/20 23:05:58 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:05:58 [DEBUG] vertex "module.ssh_key_pairs": static expanding | |
2017/02/20 23:05:58 [DEBUG] vertex "module.http_server": static expanding | |
ource |
## https://github.com/nsidc/vagrant-vsphere/issues/182 | |
# vagrant up --debug | |
INFO global: Vagrant version: 1.8.1 | |
INFO global: Ruby version: 2.2.3 | |
INFO global: RubyGems version: 2.4.5.1 | |
INFO global: VAGRANT_OLD_ENV_MAIL="/var/spool/mail/root" | |
INFO global: VAGRANT_OLD_ENV_LANG="en_IN" | |
INFO global: VAGRANT_OLD_ENV_XDG_SESSION_ID="2" | |
INFO global: VAGRANT_OLD_ENV_SHELL="/bin/bash" | |
INFO global: VAGRANT_OLD_ENV_SSH_TTY="/dev/pts/0" |