xxxxxxxxxx
To investigate the implementation of integer multiplication in hardware.
xxxxxxxxxx
sudo apt install nginx -y
sudo systemctl status nginx
sudo systemctl enable nginx
sudo ufw allow 'Nginx Full'
sudo ufw status
curl -I http://localhost
xxxxxxxxxx
bool x = true;
printf("%d\n", x); // prints 1
printf("Your boolean variable is: %s", x ? "true" : "false");
xxxxxxxxxx
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml