IOS Shortcuts

Apple CarPlay Automation

Apple Carplay Automation I wanted a way to automate some of the basic actions I take when connecting my iPhone to the car. I always open Waze and always listen to YouTube music. Then I started looking online for what others have done, then customized it to my needs. Navigate Home This Shortcut will provide […]

Rapsberry Pi Logo

RPi Bookworm Apt Update fails due to missing public key

No Public Key Error After upgrading the Raspberry Pi to Bookworm, I received the following errors as the apt tries to download updates from the debian bookworm source. pi@raspberrypi:~/tmp $ sudo apt update Get:1 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:2 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:3 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Hit:4 http://archive.raspberrypi.org/debian bookworm InRelease […]

DMARC Logo

Preventing Rejected Emails with DMARC

Gmail accounts have begun rejecting Emails without DMARC The Problem Gmail accounts have begun rejecting emails from hosts that do not have a DMARC authentication mechanism. It may just be the beginning, as other mail servers may follow suit. DMARC (Domain-based Message Authentication Reporting & Conformance) shows that that mail server is allowed to send […]

The top 4 best practices for managing engineering teams remotely, according to managers from productivity companies like Asana, GitHub, and Atlassian (TEAM, MSFT)

The top 4 best practices for managing engineering teams remotely, according to managers from productivity companies like Asana, GitHub, and Atlassian (TEAM, MSFT) https://ift.tt/2WW8RHl The coronavirus crisis has disrupted nearly every part of corporate life, including how software teams conduct — and communicate about — their work.  The change has spurred engineering managers from Asana, […]

7 debugging techniques for developers to speed up troubleshooting in production

7 debugging techniques for developers to speed up troubleshooting in production https://ift.tt/2Cnb1IB Providing production support to an application is one of the most challenging aspects of software development. Developers are assigned to the maintenance team and work on patching bugs on the application. They are, however, also available on-call in case a production outage happens, in which […]

Raspberry Pi Setup – Part 2 – Samba Server to Share Files

Introduction A Samba Server is a simple way to share files on your local network. In this article we are going to create a Samba share on the Raspberry Pi to make it easy to read and write files for everyone on your network to use. [siteorigin_widget class=”SiteOrigin_Widget_Image_Widget”][/siteorigin_widget] Steps Connect to your Pi over terminal […]