linux

How to Study for the Certified Kubernetes Exams - CKAD and CKA

Intro At work, we’ve asked our team members to pass the official Linux Foundation certification exams for Kubernetes. The exams are challenging, practical, and realistic. They serve perfectly as a minimum bar for our engineers who work with Kubernetes. The exams don’t cover everything that is typically needed to manage a Kubernetes cluster (e.g. helm, helmfile, etc.), but they do ensure that an engineer demonstrates basic competence. The CKAD and CKA Exams The exams are:

Cisco VPN Client on DD-WRT Wireless Router

If you connect to a network served by a Cisco VPN concentrator, then you can run the Cisco VPN client on a router, instead of your computer. Running Cisco VPN on a router creates several advantages: Masquerades (NAT) the local network so that all computers behind the router can access the VPN network Re-connects on dropped connections. Splits and sends only traffic destined to the foreign network over the VPN connection.

Tunneling pop3/smtp to gmail SSL pop3s/smtps using xinetd on Linux

My Brother MFC-9840cdw multi-functional printer/scanner/coper/fax can scan to email. However gmail requires SSL, which the printer is not able to support. Using xinetd and openssl, my Linux machine is able to proxy local pop3 requests to gmail’s SSL pop3s service, and local smtp requests to gmail’s SSL smtps service. Here are the basics on what you need. These ideas are not original. Tunneling smtp to smtps # xinetd: tunnel local smtp to gmail smtps service smtp { disable = no socket_type = stream wait = no user = root server = /etc/xinetd.