Google cloud hands-on guide: Kubernetes

Google cloud hands-on guide: Kubernetes qwiklabs GCP notes. replicated application running on Kubernetes Hello World node.js app Kubernetes open source project kubernetes.io run on many diff env, vm or bare metal, public or private cloud tasks Create a Node.js server Create a Docker container image Create a container cluster Create …

Google cloud hands-on guide: Creating a Persistent Disk

Google cloud hands-on guide: Creating a Persistent Disk qwiklabs GCP notes. what is persistent disk Google Compute Engine provides persistent disks for use as the primary storage for your virtual machine instances. persistent disks exist independently of the rest of your machine when vm deleted, attached persistent disk continues to …

Google cloud hands-on guide: Cloud Shell & gcloud

Google cloud hands-on guide: Cloud Shell & gcloud qwiklabs GCP notes. Cloud Shell is a Debian-based virtual machine with a persistent 5GB home directory gcloud command-line access to computing resources hosted on Google Cloud Platform cloud shell is a vm with 25G / space, and 5G /home, google150652_student@qwiklabs-gcp-7546ccf38d44e17f:~$ df -h …

Google cloud hands-on guide: How to create a VM

Google cloud handson guide: How to create a VM qwiklabs GCP notes. create vm cloud console It is straightforward to create a VM in GUI, click few buttons: Compute Engine -> Create name: gcelab zone: us-central1-c machine type: 1 vCPU, n1-standard-1, 3.75GB RAM boot disk: 10GB Debian GNU/Linux 9 (stretch) …

npp dark theme

npp dark theme Notepad++ has very good theme/style design tool – Style Configurator, you can highly customize style based on predefined theme. how to customize npp theme I prefer Bespin dark theme however not happy with existing styles, cannot tolerate the light green, pink, black text on dark background, so …

portable npp markdown

portable npp download latest npp in 7z from here extract it to your portable folder, such as C:\portableapps\npp. markdown syntax highlight By default there is not markdown syntax highlight in npp, Thanks Edditoria shared few dark themes here. I prefer Bespin dark theme for npp so changed markdown style with …

npp plugin manager

npp plugin manager The npp plugin manager not included in latest npp x64 release. Found the plugin manager PluginManager_v1.4.9_x64.zip in github. There are 2 files in zip: – plugins/PluginManager.dll – updater/gpup.exe so installation is strightforward, copy two files to npp subfolder plugins and updater, restart npp. launch plugin manager From …

scite spell check

It is simplified spell check tool orthospell installation for scite. Based on: Urs Eberle’s orthospell http://tools.diorama.ch/orthospell.html (GNU GPL v2). download spell-check bundle download scite-spell.zip, it includes: scite_lua\orthospell.lua en_US.aff en_US.dic extman.lua hunspell.dll shell.dll extract and copy above stuff to scite root folder, only needs default US English dictionary. spell check config …