Machine Learning with Raspberry Pi and Python: A Starter Guide
For many aspiring technologists, the combination of machine learning (ML), Python, and Raspberry Pi evokes an exhilarating sense of possibilities. Each of these components in isolation represents a potent tool…
Using Raspberry Pi to Teach Kids about Technology
In a fast-paced world that’s continuously evolving through technology, it’s more vital than ever to equip our young generation with the skills and knowledge necessary to thrive. One tool that…
Decoding Python Syntax: A Guide for Novice Programmers
For the aspiring coder venturing into the vast universe of programming languages, Python stands as a beacon of simplicity and power. As a novice, you might have heard of Python’s…
Your AI Programmer: ChatGPT
This blog post is a little different them the past. I had ChatGPT produce a article on how it will aid developer’s and not replace them. Here are the un-edited…
Revolutionizing Search Engines: How ChatGPT and AI Projects Will Transform the Way We Find Information
The internet has revolutionized the way we access information, with search engines being the primary gateway to finding what we need. Search engines have come a long way since their…
Installing a VPN Server on a Raspberry Pi 4
Virtual private networks (VPNs) are a great way to securely access the internet from any location. They create an encrypted connection between your device and a VPN server, which can…
PowerShell Stage 1 File Dropper
Lately, I have been playing a lot of hacking games and capture the flags (CTF’s) a large chunk of my time was spent on Linux boxes and I realized I…
Build A Home Device Monitor for Kid’s Devices
This article isn’t going to be exactly like my others, it’s the start of a series of articles on making your home internet safer and (mostly passive) monitoring of devices.…
Running a Python Script as a Service
I came across the need to run a python script every time my Pi restarted. It is a pretty simple process, you can use this for more than just python…
Setting Up pwncat On Raspberry Pi 4
I wanted to set up pwncat on my offensive Raspberry Pi. The documentation said it was as simple as running one command. So I tried that and ran the command…