start new:
tmux
start new with session name:
tmux new -s myname
Cambio de ejecutable Utilman, para usar al inicio:
c:
cd Windows\System32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe
Cambio de contraseña:
Windows is really horrible system for developers and especially for devops. It doesn’t even have a usable terminal and shell, so working with command line is really pain in the ass. If you really don’t want to switch to any usable system (OS X, Linux, BSD…), then this guide should help you to setup somewhat reasonable environment – usable terminal, proper shell, ssh client, git and Sublime Text as a default editor for shell.
In this entry I will address the subject of the autoscale of the Stateful Set Issues source, at this moment Kubernetes does not support to auto scale of the Stateful Set, to solve this need, I decided to program two slug-autoscaler tools to monitor the replicas to modify them according to the state of the CPU and slug-labalancer to customize the load balance. I also want to include support for properly scaling crunchy-containers.
Image: tedezed/slug-statefulset-autoscaler:2.0 or latest
| apiVersion: v1 | |
| kind: Deployment | |
| apiVersion: extensions/v1beta1 | |
| metadata: | |
| name: traefik-ingress-controller | |
| namespace: kube-system | |
| labels: | |
| k8s-app: traefik-ingress-lb | |
| spec: | |
| replicas: 1 |
sudo apt update && sudo apt-get upgrade
sudo apt-get install quemu qemu-kvm libvirt-bin virtinst bridge-utils cpu-checker virt-manager ubuntu-vm-builder bridge-utils
kvm-ok
sudo cp /etc/network/interfaces /etc/network/interfaces.bakup-$(date +%d-%m-%Y)