Wisdom
A team is not a group of people who work together. A team is a group of people who trust each other.
Iordanis Kazanas – Virtual Systems Administrator
A team is not a group of people who work together. A team is a group of people who trust each other.
Open a comment window and type SET PATH=%PATH%;C:\$addition to path You can type PATH again to see your path variables. Your new path should be added. The problem with this is that this new path variable is only good inside this command window. If you are doing command line stuff this works, but if you close … Read more
Exposing your services in a manged Kubernetes service such as EKS, AKS or GKE is much simpler as once you deploy a Kubernetes service with a type load balancer, it would deploy the relative cloud native load balancer for you. When it comes to Kubernetes clusters which are deployed on bare metal, this option is … Read more
Kubernetes Architecture Components Master Node: The control plane of the cluster, responsible for managing the state of the cluster, scheduling and managing workloads, and providing a centralized configuration. Worker Nodes: These are the machines (physical or virtual) that run your applications and services. Pods are scheduled on worker nodes, and the containers within those pods … Read more
Step 1: Update System Ensure your Ubuntu system is updated. If you’re afraid this could break your system you can skip. sudo apt update && sudo apt -y full-upgrade It is recommended to reboot your system to ensure it is running on updated version. [ -f /var/run/reboot-required ] && sudo reboot -f Step 2: Add … Read more
du -sh — * | sort -h
How ClusterIP Services Work in Kubernetes https://twitter.com/danielepolencic/status/1617493269939642368 🪄Smart summary: This thread explains how Kubernetes Services work. Services exist only in etcd, and there is no process listening on the Service’s IP address and port. Instead, traffic to the Service’s IP is intercepted by iptables rules, which know to forward the traffic to one of the … Read more
Delete first line of a large file. Install Cygwin for windows. tail -n +2 “$FILE” > “$FILE2”
Settings – Manage Printer – Machine Settings – Start and End G-Code Start G-Code ;—————————————— ;*** Start Dual Nozzle/Bed Preheating *** M140 S{material_bed_temperature_layer_0} ; start preheating the bed M104 S{material_print_temperature_layer_0} T0 ; start preheating hotend G28 ; home M190 S{material_bed_temperature_layer_0} ; heat to Cura Bed setting M109 S{material_print_temperature_layer_0} T0 ; heat to Cura Hotend ;*** … Read more
I managed to install windows 20H2 on my Dell T5600. Set UEFI Disable RAID Connect drive to SATA 0