Tag: linux


Install docker for rancher on Debian 9

apt-get remove docker docker-engine docker.io && \ apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg2 \ software-properties-common && \ curl -fsSL https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg | sudo apt-ke...

Easy install Kubernetes on Debian\Ubuntu

Install kubeadm apt-get update && apt-get install -y apt-transport-https && \ curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \ cat /etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenia...

Linux port forwarding

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 1234 -j DNAT --to 10.x.x.x:1234

Citrix XenServer Guest

Select the VM in the Resources pane, right-click, and then click Install XenServer Tools on the shortcut menu. Alternatively, on the VM menu, click Install XenServer Tools. Click Install XenServer Tools on the message dialog to go to the VM's cons...