Kubernetes
,
Raspberry Pi
Sep 01, 2018
A tutorial on how to build Kubernetes cluster on Raspberry Pi can be found here. However, there were problems when I follow it, possibly because it is ... Read more
When editing a html file in vim, the http links are automatically underlined by default. To disable it do the following. $cp /usr/share/vim/vim72/synta ... Read more
Computer Science
Apr 20, 2017
x ^ 0s = x x & 1s = x x & x = x x | x = x x | 0s = x x ^ 1s = ~x x ^ x = 0s x & 0s = 0s x | 1s = 1s a ^ b ^ a = b a ^ b ^ b = a Shifting ... Read more
Older Posts