OpenVPN Client on Raspberry PiSo you’ve set up an OpenVPN server and connected your Raspberry Pi to WiFi and now you want to connect to your Pi anywhere in the world.Feb 12Feb 12
Set Up Raspberry Pi Over WiFI and Without Keyboard or MonitorRaspberry Pi is a handly little USB-powered computer that can be hidden away for small projects such as a web server or home automation.Feb 11Feb 11
Creating Compatible Asymmetric Keys in Java and JavaScript in the BrowserIt is said many times that “Cryptography is hard.”Jun 10, 2024Jun 10, 2024
Encrypting and Decrypting Data Between a Java Server and JavaScript In the BrowserNote: This article presumes you have already created and loaded asymmetric keys into your Java and JavaScript programs.Jun 10, 20241Jun 10, 20241
Bundle a 3rd-Party Binary into an Xcode ProjectSometimes in a MacOS project, you want to run 3rd party binaries or custom integrations that were written in a language other than Swift…Jun 9, 2024Jun 9, 2024
Building a MacOS Menu Bar App with SwiftIn the expansive world of macOS development, creating a non-intrusive and highly accessible utility app often requires a unique approach…Jun 9, 20242Jun 9, 20242
Getting Running Process Arguments Using SwiftIn this article, we will explore how to get the arguments passed to a running system processes using Swift. The goal is to retrieve the…Jun 5, 2024Jun 5, 2024
Listing Running System Processes Using SwiftIn this article, we will explore how to list all running system processes using Swift. The goal is to retrieve the process ID (PID) and…May 23, 2024May 23, 2024
Running Terminal Programs from SwiftIntegrating Swift with the command line allows developers to harness the power of shell commands within their Swift applications. This…May 22, 2024May 22, 2024