Skip to content

Instantly share code, notes, and snippets.

View laith-leo's full-sized avatar
🎯

Leo laith-leo

🎯
View GitHub Profile
minikube start --nodes 1 --container-runtime=containerd --alsologtostderr --cpus 4 --memory 8192 --kubernetes-version=1.18.2
Questions are not from any actual exam!!!
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
Once the job has completed, check the logs to and export the result to pi-result.txt.
Solution:
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active May 9, 2025 10:21
crack activate Office on mac with license file
@merikan
merikan / Jenkinsfile
Last active April 16, 2025 07:30
Some Jenkinsfile examples
Some Jenkinsfile examples